Description Usage Arguments Value See Also Examples
View source: R/activate_recipe_steps.R
Activate (i.e., set active = TRUE) for a given recipe step.
1 | activate_recipe_step(connection, recipe_uid, step_uid)
|
connection |
A connection object, as retrieved from |
recipe_uid |
The |
step_uid |
The |
TRUE
if update was successful, FALSE
otherwise.
get_recipe_steps()
, add_recipe_step()
1 2 3 4 5 6 7 | ## Not run:
connection <- connect('my_db on localhost')
activate_recipe_step(connection, 42, 256)
disconnect(connection)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.