Get SITC/CUCI (Standard International Trade Classification) table
Source:R/tables_classifications.R
comex_sitc.RdReturns the CUCI (Classificacao Uniforme para o Comercio Internacional)
table from the /tables/product-categories endpoint. CUCI is the
Portuguese name for SITC (Standard International Trade Classification).
Usage
comex_sitc(
language = "en",
search = NULL,
add = NULL,
page = NULL,
per_page = NULL,
verbose = FALSE
)Arguments
- language
Language:
"pt","en", or"es". Default:"en".- search
Optional search term to filter results.
- add
Optional related table to include (e.g.
"ncm").- page
Page number for pagination. Default:
NULL.- per_page
Number of results per page. Default:
NULL.- verbose
Logical. Show progress messages. Default:
FALSE.