Get ISIC (International Standard Industrial Classification) values
Source:R/tables_classifications.R
comex_isic.RdRetrieves ISIC classification values at a chosen hierarchical level by
calling the corresponding /general/filters/{filter} endpoint, which
is the only place the ComexStat API exposes ISIC codes (there is no
/tables/isic endpoint).
Usage
comex_isic(
level = c("section", "division", "group", "class"),
language = "en",
verbose = FALSE
)