Nothing
Code
add_variables(wf, y, x)
Condition
Error in `add_variables()`:
! Variables cannot be added when a recipe already exists.
Code
add_variables(wf, y, x)
Condition
Error in `add_variables()`:
! Variables cannot be added when a formula already exists.
predictors
or outcomes
aren't provided (#144)Code
add_variables(workflow(), outcomes = mpg)
Condition
Error in `workflow_variables()`:
! `predictors` can't be missing.
Code
add_variables(workflow(), predictors = mpg)
Condition
Error in `workflow_variables()`:
! `outcomes` can't be missing.
Code
add_variables(workflow, mpg, cyl)
Condition
Error in `add_variables()`:
! A `variables` action has already been added to this workflow.
Code
add_variables(workflow, variables = workflow_variables(mpg, cyl))
Condition
Error in `add_variables()`:
! A `variables` action has already been added to this workflow.
Code
add_variables(workflow, mpg, cyl, blueprint = blueprint)
Condition
Error in `add_variables()`:
! `blueprint` must be a hardhat 'xy_blueprint'.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.