Description Usage Arguments Value Examples
Function generates a vector with a classification of industries in integers
1 | industrycat(industry_lists, iots)
|
industry_lists: |
List of vectors with industries 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)
NAFTA <- c("USA", "MEX", "CAN")
BENELUX <- c("BEL", "NLD", "LUX")
regions <- countrycat(list(NAFTA, BENELUX), iots)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.