View source: R/capri_gdx_util.r
Load CAPRI results and filter to a user-specified subset of results
1 2 3 4 5 6 7 8 9 | capri_filter(
filename,
selregion = "all",
seldim5 = "",
selcols,
selrows,
simyear = "2030",
scenarioname = "baseline"
)
|
filename |
Name of the file |
selregion |
Character vector of regions, default = "all" |
seldim5 |
Selection of the elements in the fifth dimension of the CAPRI data cube. By default it is the empty element |
selcols |
Selection of columns in the CAPRI data cube |
selrows |
Selection of rows in the CAPRI data cube |
simyear |
Simulation year to be loaded/filtered |
scenarionam |
Name of the scenario |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.