combine_recipe_with_instance: Set a recipe to be run on a given instance.

Description Usage Arguments Value See Also Examples

View source: R/recipe2instance.R

Description

Set a recipe to be run on a given instance.

Usage

1
combine_recipe_with_instance(connection, recipe_uid, instance_uid)

Arguments

connection

A connection object, as retrieved from connect_scrapebot().

recipe_uid

The uid (integer) of the corresponding recipe.

instance_uid

The uid (integer) of the corresponding instance.

Value

TRUE if update was successful, FALSE otherwise.

See Also

get_recipes(), get_instances()

Examples

1
2
3
4
5
6
7
## Not run: 

connection <- connect('my_db on localhost')
combine_recipe_with_instance(connection, 42, 2)
disconnect(connection)

## End(Not run)

MarHai/ScrapeBotR documentation built on March 10, 2021, 10:10 a.m.