| ct_concordance | R Documentation |
Convert commodity codes between HS (Harmonized System), SITC, and BEC classifications. Uses a built-in concordance table covering the most common 2-digit HS chapters mapped to SITC sections and BEC categories.
ct_concordance(code, from = "HS", to = "SITC")
code |
Character. The commodity code(s) to convert. |
from |
Character. Source classification: |
to |
Character. Target classification: |
For detailed 4/6-digit concordances, see the concordance R package
on CRAN.
A data.frame with columns: from_code, from_desc, to_code, to_desc.
# Convert HS chapter 27 (mineral fuels) to SITC
ct_concordance("27", from = "HS", to = "SITC")
# Convert SITC section 0 (food) to HS
ct_concordance("0", from = "SITC", to = "HS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.