| ct_top_products | R Documentation |
Rank a country's traded products by value, showing the top N with percentage shares.
ct_top_products(
reporter,
flow = "X",
year = NULL,
n = 20L,
level = 2L,
cache = TRUE
)
reporter |
Character. Reporter country ISO3 code. |
flow |
Character. |
year |
Integer. Year to query. |
n |
Integer. Number of top products to return. Default 20. |
level |
Integer. HS digit level: 2, 4, or 6. Default 2. |
cache |
Logical. Default |
A data.frame with columns: commodity_code, commodity_desc, value, share_pct, rank.
op <- options(comtrade.cache_dir = tempdir())
ct_top_products("AUS", flow = "X", year = 2023)
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.