powered by
Returns the NCM codes table with descriptions. NCM is the product classification used by Mercosur countries, based on the Harmonized System (HS) with 8 digits.
comex_ncm( language = "en", search = NULL, add = NULL, page = NULL, per_page = NULL, verbose = FALSE )
A data.frame with NCM codes and descriptions.
Language: "pt", "en", or "es". Default: "en".
"pt"
"en"
"es"
Optional search term to filter results (e.g. "animal").
"animal"
Optional related table to include in results. Options: "sh", "cuci", "cgce".
"sh"
"cuci"
"cgce"
Page number for pagination. Default: NULL (all results).
NULL
Number of results per page. Default: NULL.
Logical. Show progress messages. Default: FALSE.
FALSE
if (FALSE) { ncm <- comex_ncm() comex_ncm(search = "animal", per_page = 10) comex_ncm(add = "cuci") }
Run the code above in your browser using DataLab