Code
recipes_eval_select(quos = quos(log(beds)), data = Sacramento, info = info_sac)
Condition
Error:
i In argument: `log(beds)`.
Caused by error:
! object 'beds' not found
Code
recipes_eval_select(data = Sacramento, info = info_sac)
Condition
Error in `recipes_eval_select()`:
! Argument `quos` is missing, with no default.
Code
recipe(~., data = mtcars) %>% step_normalize(hp) %>% prep()
Condition
Error in `step_normalize()`:
Caused by error in `prep()`:
! Cannot select case weights variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.