deactivate_recipe_step: Deactivate (i.e., set active = FALSE) for a given recipe...

Description Usage Arguments Value See Also Examples

View source: R/activate_recipe_steps.R

Description

Deactivate (i.e., set active = FALSE) for a given recipe step.

Usage

1
deactivate_recipe_step(connection, recipe_uid, step_uid)

Arguments

connection

A connection object, as retrieved from connect_scrapebot().

recipe_uid

The uid (integer) of the corresponding recipe.

step_uid

The uid (integer) of the corresponding recipe step.

Value

TRUE if update was successful, FALSE otherwise.

See Also

get_recipe_steps(), add_recipe_step()

Examples

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

connection <- connect('my_db on localhost')
deactivate_recipe_step(connection, 42, 256)
disconnect(connection)

## End(Not run)

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