Learn R Programming

comexr (version 0.2.1)

comex_city_detail: Get city details

Description

Returns details for a specific Brazilian city.

Usage

comex_city_detail(city_id, verbose = FALSE)

Value

A list with city details.

Arguments

city_id

IBGE city code (e.g. 5300050).

verbose

Logical. Default: FALSE.

Examples

Run this code
if (FALSE) {
comex_city_detail(5300050)
}

Run the code above in your browser using DataLab