x: A Leontief decomposed Inter-Country Input Output table as created by decompr
by: variable to subset by
subset: value(s) of the subset variable to select
Examples
# load the decompr packagelibrary(decompr)# load the example data setdata(leather)attach(leather)# create a leontief decomposed data setl <- decomp(x = inter, y = final, k = countries, i = industries, o = out)# apply the Exporting to Re-export e2r( l )