Code
rec1_as_str <- bake(rec1, new_data = as_str)
Condition
Warning in `bake()`:
! There were 2 columns that were factors when the recipe was prepped:
* `fact` and `ord`
i This may cause errors when processing new data.
Code
rec2_as_str <- bake(rec2, new_data = as_str)
Condition
Warning in `bake()`:
! There were 2 columns that were factors when the recipe was prepped:
* `fact` and `ord`
i This may cause errors when processing new data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.