View source: R/steps_and_checks.R
add_step | R Documentation |
add_step
adds a step to the last location in the recipe.
add_check
does the same for checks.
add_step(rec, object)
add_check(rec, object)
rec |
A |
object |
A step or check object. |
A updated recipe()
with the new operation in the last slot.
developer_functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.