make_exvadir {exvatools} | R Documentation |
Direction (detailed origin and destination) of value added in exports
Description
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).
Usage
make_exvadir(
wio_object,
exporter,
va_type = "TC",
flow_type = "EXGR",
orig_geo = "all",
sec_orig = "all",
via = "any",
perspective = "exporter",
intra = FALSE
)
Arguments
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: |
Value
Matrix with source and destination of value added in exports
Examples
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)