get_establishments: get establishments

Description Usage Arguments Value Author(s) Examples

View source: R/getestablishments.R

Description

: Get a list of restaurant types in a city.

Usage

1
2
get_establishments(key = NULL, city_id = NULL, lat = NULL,
  lon = NULL)

Arguments

key

API key, string

city_id

id of the city, integer

lat

latitude, double

lon

longitude, double

Value

dataframe establishment_id (integer) ID of the establishment type establishment_name (string) Name of the establishment type

Author(s)

Huazi Li <632473742@qq.com>

Examples

1
get_establishments(key = "testkey",city_id = 280)

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