get_cuisines: get cuisines ID and name

Description Usage Arguments Value Author(s) Examples

View source: R/getcuisines.R

Description

search for all cuisines of restaurants listed in a city

Usage

1
get_cuisines(key = NULL, city_id = NULL, lat = NULL, lon = NULL)

Arguments

key

your API key

city_id

id of the city for which collections are needed

lat

latitude

lon

longitude

Value

cuisine_id (integer) ID of the cuisine cuisine_name (string) Name of the cuisine

Author(s)

Yi Tang <tangyi2014@gmail.com>

Examples

1
get_cuisines(key="testkey",city_id=256)

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