Skip to contents

Returns details for a specific customs unit (URF).

Usage

comex_customs_unit_detail(urf_id, verbose = FALSE)

Arguments

urf_id

Customs unit code (e.g. 8110000).

verbose

Logical. Default: FALSE.

Value

A list with customs unit details.

Examples

if (FALSE) { # \dontrun{
comex_customs_unit_detail(8110000)
} # }