Description Usage Arguments Value Examples
Function generates a vector with a classification of countries in integers
1 | countrycat(country_lists, iots)
|
country_lists: |
List of vectors with countries that belong to a certain category. |
iots: |
Timeseries list of lists with elements of input-output table. |
vector with a classification of countries in integers.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.