| ct_reporters | R Documentation |
Get the list of countries that report trade data to UN Comtrade, with their ISO3 codes and M49 numeric codes.
ct_reporters(cache = TRUE)
cache |
Logical. Cache the reference table locally. Default |
A data.frame with columns:
M49 numeric country code (used in API queries)
ISO 3166-1 alpha-3 code (e.g., GBR, USA, AUS)
Country name
Logical. TRUE for country groups (e.g., EU, OECD)
op <- options(comtrade.cache_dir = tempdir())
reporters <- ct_reporters()
head(reporters)
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.