powered by
Data table containing descriptions for HS, ISIC, SITC, NAICS and BEC codes. Does not currently contain SIC nomenclature.
data("codedesc")
A data frame with 7630 observations on the following 29 variables.
RowNum
SITC1
SITC1.Desc
SITC2
SITC2.Desc
SITC3
SITC3.Desc
SITC4
SITC4.Desc
HS
HS.Desc
HS0
HS0.Desc
HS1
HS1.Desc
HS2
HS2.Desc
HS3
HS3.Desc
HS4
HS4.Desc
ISIC2
ISIC2.Desc
ISIC3
ISIC3.Desc
BEC
BEC.Desc
NAICS
NAICS.Desc
# NOT RUN { sitc3_descriptions <- codedesc$SITC3.Desc # Vector of descriptions for SITC3 hs_descriptions <- codedesc$HS.Desc # Vector of descriptions for HS # }
Run the code above in your browser using DataLab