Learn R Programming

comexr (version 0.2.1)

comex_state_detail: Get state details

Description

Returns details for a specific Brazilian state.

Usage

comex_state_detail(uf_id, verbose = FALSE)

Value

A list with state details.

Arguments

uf_id

State code (e.g. 26 for Pernambuco).

verbose

Logical. Default: FALSE.

Examples

Run this code
if (FALSE) {
comex_state_detail(26)
}

Run the code above in your browser using DataLab