countrycat: Integer classification of countries

Description Usage Arguments Value Examples

View source: R/countrycat.R

Description

Function generates a vector with a classification of countries in integers

Usage

1
countrycat(country_lists, iots)

Arguments

country_lists:

List of vectors with countries 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)
primary <- c("AtB", "C") 
transport <- c("60", "61", "62", "63")
industries <- industrycat(list(primary, transport), iots)

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