prep | R Documentation |
prep a recipe
prep(.rec, retain = TRUE)
.rec |
the R6 recipe object. |
retain |
logical - currently not implemented |
an updated recipe
rec <- recipe(y~x, data = list(x = rnorm(10), y = rnorm(10))) |>
step_scale(x) |>
prep()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.