get_zipcodes: Get all of the zip code numbers between two zip codes for a...

Description Usage Arguments Value

View source: R/locations_and_currencies.R

Description

Get all of the zip code numbers between two zip codes for a country.

Usage

1
get_zipcodes(country_id, zipcode_from, zipcode_to)

Arguments

country_id

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

zipcode_from

Required. Lower end of range of zipcodes to be returned.

zipcode_to

Required. Higher end of range of zipcodes to be returned.

Value

See the API documentation for more information.


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