Learn R Programming

exvatools (version 0.9.0)

get_exvadec_bkdown: Get a summary decomposition of value added in exports

Description

Detail from an exvadec decomposition of a country by sector and by destination

Usage

get_exvadec_bkdown(
  exvadec_object,
  exporter = "WLD",
  sector = "TOTAL",
  importer = "WLD"
)

Value

Print result to console

Arguments

exvadec_object

An exvadec object created by make_exvadec().

exporter

A character string with the code for the exporting country

sector

Character code of sector

importer

Character code of importer

Examples

Run this code
wio <- make_wio("wiodtest", quiet = TRUE)
exvadec <- make_exvadec(wio, quiet = TRUE)
get_exvadec_bkdown(exvadec, "ESP", "MANUF")

Run the code above in your browser using DataLab