Skip to contents

Returns the customs units table (Unidades da Receita Federal) with codes and names. These are the Federal Revenue Service administrative units responsible for overseeing foreign trade operations.

Usage

comex_customs_units(verbose = FALSE)

Arguments

verbose

Logical. Default: FALSE.

Value

A data.frame with customs unit codes and names.

Examples

if (FALSE) { # \dontrun{
comex_customs_units()
} # }