fd_total: Total Final Demand

Description Usage Arguments Value Examples

View source: R/fd_total.R

Description

Function returns the aggregated total final demand at the country-industry level

Usage

1
fd_total(iot, regions = "None", industries = "None")

Arguments

iot:

List with elements in a Input-Output Table (load via [load_iot()])

Value

List with elements of Input-Output Table and added the total final demand (fd) and a country-industry categorization (fd_descr)

Examples

1
2
3
4
5
6
7
8
iot <- load_iot("WIOD2013", 2000)
iot <- fd_total(iot)

iots <- load_iots("WIOD2013", 2000:2001)
iots <- on_iots(fd_total, iots)
iots <- on_iots(gii, iots)
df_fs <- export_dataframe(c("fd_total", "gii"), iots)
   

sybrendeuzeman/WIOD_package documentation built on Jan. 29, 2020, 9:07 p.m.