extract_argument | R Documentation |
Extract an argument made to a frosting layer or recipe step
extract_argument(x, name, arg, ...)
x |
an epi_workflow, epi_recipe, frosting, step, or layer object |
name |
the name of the layer |
arg |
the name of the argument |
... |
not used |
An object originally passed as an argument to a layer or step
f <- frosting() %>%
layer_predict() %>%
layer_residual_quantiles(symmetrize = FALSE) %>%
layer_naomit(.pred)
extract_argument(f, "layer_residual_quantiles", "symmetrize")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.