rn

Configure an R Pipeline Node

A convenience wrapper around node() with runtime = "R". Used directly within a pipeline { ... } block to execute R code.

Parameters

Returns

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

See Also

pyn, node