get_cities: Get cities in a specific state in a specific country.

Description Usage Arguments Value

View source: R/locations_and_currencies.R

Description

Get cities in a specific state in a specific country.

Usage

1
get_cities(country_id, state_id)

Arguments

country_id

Required. country_id of the country of interest. See mercadolibreR::get_countries() for valid country_ids.

stte_id

Required. state_id of the state of interest. See mercadolibreR::get_states() for valid state_ids.

Value

Returns a data frame (tibble) of the cities in a given state. See the API documentation for more information.


njcorona/mercadolibreR documentation built on July 19, 2020, 3:21 p.m.