Description Usage Arguments Value
View source: R/locations_and_currencies.R
Get city information for a specific city.
1 | get_city_information(country_id, state_id, city_id)
|
country_id |
Required. country_id of the country of interest. See mercadolibreR::get_countries() for valid country_ids. |
state_id |
Required. state_id of the state of interest. See mercadolibreR::get_states() for valid state_ids. |
city_id |
Required. city_id state of interest. See mercadolibreR::get_cities() for valid city_ids. |
Returns a list() of information associated with a given city. Fields may include geo_information and neighborhoods. See the API documentation for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.