get_recipe_equipment: Get the equipments required in recipes.

Description Usage Arguments Value Examples

View source: R/get_recipe_equipment.R

Description

This functions gets the equipments needed for one recipe.

Usage

1
get_recipe_equipment(key = NULL, recipe_id = NULL)

Arguments

key

API key

recipe_id

The recipe ID.

Value

The equipments for the recipe entered.

Examples

1
get_recipe_equipment(key = Sys.getenv("SPOON_KEY"), recipe_id = "753644")

cynthiawang315/SpoonacularAPI documentation built on Feb. 18, 2020, 12:28 a.m.