get_menu_info: Get the nutritional information of menu items.

Description Usage Arguments Value Examples

View source: R/get_menu_info.R

Description

This functions gets the nutritional information of one menu item using menu item ID.

Usage

1
get_menu_info(key = NULL, item_id = NULL)

Arguments

key

API key

item_id

The menu item ID.

Value

The nutritional information of menu items.

Examples

1
get_menu_info(key = Sys.getenv("SPOON_KEY"), item_id = 278131)

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