powered by
as_step(f, name = NULL)
A function that takes a step-by-step object and additional arguments, and returns the updated step-by-step object.
A function to be wrapped.
The name of the step. If NULL, the step does not proceed but the function is applied.
NULL
as_step() wraps a function to be used as a step in a step-by-step process.
as_step()