fdvac: Final demand decomposition for selected country

Description Usage Arguments Value Examples

View source: R/fdvac.R

Description

Final demand decomposition for selected country

Usage

1
fdvac(country = 10, calc = TRUE)

Arguments

country

A number 1:41 for version A, 1:44 for version B, see WIOT$countries.

calc

A boolean, for calc = TRUE result as a share of total final demand, for calc = FALSE result in mln USD.

Value

A list contains title, country, year and the final demand decomposition.

Examples

1
2
3
4
5
get_io(year = 1998, version = "A")
construct()
fdvac(10)

fdvac(22, calc = FALSE)

DarekScigala/wiotrs documentation built on May 20, 2019, 9:44 a.m.