make_exvadir | R Documentation |
Direction of value added in exports, i.e., details of both geographical and sector origin of the VA incorporated in exports and of the final destination (in gross terms or in terms of final absorption).
make_exvadir(
wio_object,
exporter,
va_type = "TC",
flow_type = "EXGR",
orig_geo = "all",
sec_orig = "all",
via = "any",
perspective = "exporter",
intra = FALSE
)
wio_object |
A |
exporter |
Country code (or country group code) of exporting country |
va_type |
VA total content ( |
flow_type |
Gross exports ( |
orig_geo |
Geographical origin of value added (default: |
sec_orig |
Code of sector of origin of value added (default: |
via |
Code of intermediate importing country (default: |
perspective |
Sector perspective, |
intra |
Boolean for inclusion of intra-regional exports
(default: |
Matrix with source and destination of value added in exports
wio <- make_wio("wiodtest", quiet = TRUE)
# Foreign services content of value added incorporated in exports of Spain,
# by country of origin and final destination, expressed in gross terms
# (equivalent to OECD TiVA’s indicator EXGR_SERV_FVA).
exvadir <- make_exvadir(wio, va = "FC", flow="EXGR", exp="ESP",
sec_orig="SRVWC")
summary(exvadir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.