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