Description Usage Arguments Value
View source: R/extract_GUI_tables.r
Generic function which filters the data cube
1 2 3 4 5 6 7 8 | filter_results_cube(
datacube,
region_list,
dim5_list,
cols_list,
rows_list,
scenario_name
)
|
datacube |
R object with full CAPRI resutls |
region_list |
List of Regions to narrowed down on |
dim5_list |
List of the fifth dimension elements |
cols_list |
List of the elements in the column (COLS) |
rows_list |
List of elements in the rows (ROWs) |
scenario_name |
Name of the scenario you wish |
tibble with filtered results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.