get_recipe: Get recipe from Yummly.com

Description Usage Arguments Note References Examples

Description

This call is equivalent in functionality to a Yummly recipe page.

Usage

1
2
get_recipe(recipe_id, app_id = auth_cache$APP_ID,
  app_key = auth_cache$APP_KEY)

Arguments

recipe_id

recipe ID

app_id

application ID

app_key

application KEY

Note

This function resembles viewing a recipe on Yummly.com

References

Examples

1
2
3
4
5
6
## Not run: 
# to request the response for French Onion Soup by Ree Drummond The Pioneer Woman 
# with id French-Onion-Soup-The-Pioneer-Woman-Cooks-_-Ree-Drummond-41364
get_recipe("French-Onion-Soup-The-Pioneer-Woman-Cooks-_-Ree-Drummond-41364")

## End(Not run)

RomanTsegelskyi/yummlyr documentation built on May 9, 2019, 10:31 a.m.