get_dailymenu: Get daily menu of a restaurant

Description Usage Arguments Value Author(s) Examples

View source: R/getdailymenu.R

Description

Get daily menu of a restaurant

Usage

1
get_dailymenu(key = NULL, res_id = NULL)

Arguments

key

your API key

res_id

id of restaurant whose details are requested

Value

daily_menu_id (character) ID of the daily menu start_date (character) start date of the daily menu name (character) name of the daily menu dishes (data frame) dishes on the daily menu

Author(s)

Chenxi Yang <chenxxiyang@gmail.com>

Examples

1
get_dailymenu(key="testkey", res_id="16507624")

yitang310/zomator documentation built on Feb. 11, 2020, 2:39 a.m.