as_step | R Documentation |
as_step(f, name = NULL)
f |
A function to be wrapped. |
name |
The name of the step. If |
as_step()
wraps a function to be used as a step in a step-by-step
process.
A function that takes a step-by-step object and additional arguments, and returns the updated step-by-step object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.