Description Usage Arguments Value
View source: R/rpt_mof_export_summary.R
calculate mof export summary by each country and each industry
1 2 3 4 5 6 7 8 9 10 11 | rpt_mof_export_summary(
start_date,
end_date,
period = 3,
sub_hs_digits = 11,
country_list = NULL,
money = "usd",
industry_type = "all_industry",
destdir = ".",
verbose = TRUE
)
|
start_date |
yyyy-mm |
end_date |
yyyy-mm |
period |
the period of cagr year |
sub_hs_digits |
hscode subset |
country_list |
filter specified countries |
money |
usd or twd |
industry_type |
"all_industry", "industry21", "version1", "version2" |
destdir |
output directory |
verbose |
TRUE or FALSE |
a list contains output file name and data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.