powered by
Returns Harmonized System classification tables. The HS is an international product nomenclature developed by the World Customs Organization (WCO).
comex_hs( language = "en", add = NULL, page = NULL, per_page = NULL, verbose = FALSE )
A data.frame with HS codes and descriptions.
Language: "pt", "en", or "es". Default: "en".
"pt"
"en"
"es"
Optional related table to include (e.g. "ncm").
"ncm"
Page number for pagination. Default: NULL.
NULL
Number of results per page. Default: NULL.
Logical. Default: FALSE.
FALSE
The Harmonized System is organized hierarchically:
Section: 21 sections (broadest grouping)
Chapter (HS2): ~97 chapters (2 digits)
Heading (HS4): 4 digits
Subheading (HS6): 6 digits (most detailed)
The NCM adds 2 more digits to the HS6 code.
if (FALSE) { # All HS classifications comex_hs() # With related NCM codes comex_hs(add = "ncm", per_page = 10) }
Run the code above in your browser using DataLab