Description Usage Arguments Value See Also Examples
View source: R/recipe2instance.R
This function only makes a recipe stop running on a given instance. It does not really delete, neither the recipe, nor the instance, or any previous runs/data.
1 | remove_recipe_from_instance(connection, recipe_uid, instance_uid)
|
connection |
A connection object, as retrieved from |
recipe_uid |
The |
instance_uid |
The |
TRUE
if removal was successful, FALSE
otherwise.
get_recipes()
, get_instances()
1 2 3 4 5 6 7 | ## Not run:
connection <- connect('my_db on localhost')
remove_recipe_from_instance(connection, 42, 2)
disconnect(connection)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.