View source: R/recipes_utils.R
Returns extracted step item from prepped recipe.
1 | extract_step_item(recipe, step, item, index = 1, enframe_item = TRUE)
|
recipe |
Trained recipe object. |
step |
Step from trained recipe. |
item |
Item from trained recipe. |
index |
If multiple steps of the same class, which step do you want to extract
the item from? For example, if |
enframe_item |
Should the step item be enframed? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.