This function puts information about Regions and countries and some other data (like technology lists) into one list of lists which then can be used in analysis
1 2 3 4 5 | proc.prepareAllLists4analysis(benchregions = pacta::data.benchmark.regions,
indexregions = pacta::data.index.regions,
countries = pacta::data.country.iso.codes,
techlist = pacta::data.technology,
sectorlist = pacta::data.sector.classification)
|
benchregions |
list of benchmark regions (optional) |
indexregions |
list of index regions (optional) |
countries |
data frames with Country names and 2-character ISO codes (optional) |
techlist |
list of technologies to consider for analysis |
sectorlist |
list of sectors to consider in analysis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.