get_va_exgry | R Documentation |
Get exports in terms of final absorption by origin of
value added and final destination. It combines a make_exvadir()
command and a get_data()
command to obtain a result equivalent to
that of the OECD's Gross Exports by Origin of Value Added and
Final destination (FD_EXGR_VA
, FD_EXGRFNL_VA
and FD_EXGRINT_VA
),
but with much more flexible geographical and sector options.
get_va_exgry(
wio_object,
va_type = "TC",
flow_type = "EXGRY",
geo_orig = "WLD",
geo_export,
sec_export = "TOTAL",
geo_fd = "WLD",
as_numeric = TRUE
)
wio_object |
An object of class |
va_type |
String for domestic content ( |
flow_type |
String specifying the type of flow in terms of absorption.
It can be total gross exports ( |
geo_orig |
Character string with code of country or country group of origin of value added. |
geo_export |
Character string with code of exporting country or country group. |
sec_export |
Character string with code of exporting sector or
sector group. Combinations (with |
geo_fd |
String character with code of country or country group of final destination of exports |
as_numeric |
Boolean. If |
A matrix, vector or data frame with data of exports
# What part of French value added exported as US final intermediate
# manufactures ends up absorbed by Spain?
wio <- make_wio("iciotest")
get_va_exgry(wio, flow_type = "EXGRY_INT", geo_orig = "FRA",
geo_export = "USA", sec_export = "MANUF", geo_fd = "ESP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.