node

Configure a Pipeline Node

Configure execution settings such as the runtime and custom serialized methods for a pipeline node. This function is typically used directly within a pipeline { ... } block to wrap expressions, enable cross-runtime evaluation, and optionally render a .qmd document via runtime = Quarto.

Parameters

Returns

A pipeline node configuration object. Must be used as a named binding inside a pipeline { ... } block; the node code is executed by the pipeline builder, not immediately.