filter_results_cube: Generic function which filters the data cube

Description Usage Arguments Value

View source: R/extract_GUI_tables.r

Description

Generic function which filters the data cube

Usage

1
2
3
4
5
6
7
8
filter_results_cube(
  datacube,
  region_list,
  dim5_list,
  cols_list,
  rows_list,
  scenario_name
)

Arguments

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

Value

tibble with filtered results


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