Get CGCE (Classification by Broad Economic Categories) table
Source:R/tables_classifications.R
comex_cgce.RdReturns the CGCE classification table from the /tables/classifications
endpoint. CGCE groups products by use or economic purpose (e.g. capital
goods, intermediate goods, consumer goods).
Usage
comex_cgce(
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(all results).- per_page
Number of results per page. Default:
NULL.- verbose
Logical. Show progress messages. Default:
FALSE.