gvc (version 0.5.2)

e2r: Exporting to Re-export

Description

Exporting to Re-export

Usage

e2r(x)

Arguments

x
A Leontief decomposed Inter-Country Input Output table as created by decompr

Examples

Run this code
# load the decompr package
library(decompr)

# load the example data set
data(leather)

# create a leontief decomposed data set
l <- decomp(inter,
            final,
            countries,
            industries,
            out)
 
 # apply the Exporting to Re-export
 e2r( l )

Run the code above in your browser using DataCamp Workspace