Learn R Programming

comexr (version 0.2.1)

comex_ncm_detail: Get NCM code details

Description

Returns details for a specific NCM code, including product description and its HS classification hierarchy.

Usage

comex_ncm_detail(ncm_code, verbose = FALSE)

Value

A list with NCM details.

Arguments

ncm_code

NCM code (8 digits, as character, e.g. "02042200").

verbose

Logical. Default: FALSE.

Examples

Run this code
if (FALSE) {
comex_ncm_detail("02042200")
}

Run the code above in your browser using DataLab