industrycat: Integer classification of Industries

Description Usage Arguments Value Examples

View source: R/industrycat.R

Description

Function generates a vector with a classification of industries in integers

Usage

1
industrycat(industry_lists, iots)

Arguments

industry_lists:

List of vectors with industries that belong to a certain category.

iots:

Timeseries list of lists with elements of input-output table.

Value

vector with a classification of countries in integers.

Examples

1
2
3
4
iots <- load_iots("WIOD2013", 2000:2001)
NAFTA <- c("USA", "MEX", "CAN")
BENELUX <- c("BEL", "NLD", "LUX") 
regions <- countrycat(list(NAFTA, BENELUX), iots)

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