View source: R/get_exvadec_bkdown.R
get_exvadec_bkdown | R Documentation |
Detail from an exvadec
decomposition of a country by sector and
by destination
get_exvadec_bkdown(
exvadec_object,
exporter = "WLD",
sector = "TOTAL",
importer = "WLD"
)
exvadec_object |
An |
exporter |
A character string with the code for the exporting country |
sector |
Character code of sector |
importer |
Character code of importer |
Print result to console
wio <- make_wio("wiodtest", quiet = TRUE)
exvadec <- make_exvadec(wio, quiet = TRUE)
get_exvadec_bkdown(exvadec, "ESP", "MANUF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.