Description Usage Arguments Value Examples
View source: R/extract_GUI_tables.r
GEts pre-defined thematic tables direclty from a result folder
1 | get_GUI_table(table = "supply details", scenario_list, folder = "mydata")
|
datacube |
A dplyr table with the raw capmod results |
region_list |
A character list of regions |
product_list |
List of commodities |
scenario |
Scenario for which you want to retrieve results |
A dplyr table (tibble) containing the market balance
1 2 | my_scenarios <- c("res_2_0830ghg_refpol_endotech_set12")
supply_table <- get_GUI_table(table = "supply details", my_scenarios, folder = "mydata")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.