get_io: Get input-output data

Description Usage Arguments Value Examples

View source: R/get_io.R

Description

Get input-output data

Usage

1
get_io(year = 1995, version = "A")

Arguments

year

A number indicating the year of the input-output table to be downloaded. There are 17 distinct datasets for version A (1995-2011) and 15 for version B (2000-2014).

version

A character ("A", or "B") indicating the release version of the input-output table to be downloaded.

Value

WIOT A list containig input-output table and other parameters, which is an input for construct() function.

Examples

1
2
get_io(year = 2014, version = "B")
get_io(2008)

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