get_GUI_table: GEts pre-defined thematic tables direclty from a result...

Description Usage Arguments Value Examples

View source: R/extract_GUI_tables.r

Description

GEts pre-defined thematic tables direclty from a result folder

Usage

1
get_GUI_table(table = "supply details", scenario_list, folder = "mydata")

Arguments

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

Value

A dplyr table (tibble) containing the market balance

Examples

1
2
my_scenarios <- c("res_2_0830ghg_refpol_endotech_set12")
supply_table <- get_GUI_table(table = "supply details", my_scenarios, folder = "mydata")

trialsolution/caprir documentation built on Dec. 5, 2019, 8:54 a.m.