getGlobal {psichomics} | R Documentation |
Get or set globally accessible elements
getGlobal(category = getCategory(), ..., sep = "_") setGlobal(category = getCategory(), ..., value, sep = "_") setData(data) setDataTable(name, value, category = getCategory()) getAutoNavigation() setAutoNavigation(auto) getCores() setCores(integer) getSignificant() setSignificant(integer) getPrecision() setPrecision(integer)
category |
Character: data category (e.g. "Carcinoma 2016"); by default, it uses the selected data category |
... |
Arguments to identify a variable |
sep |
Character to separate identifiers |
value |
Value to attribute to an element |
data |
List of data frame or matrix to set as data |
name |
Character: data table name |
auto |
Boolean: enable automatic navigation of browser history? |
integer |
Integer: value of the setting |
Getters return globally accessible data, whereas setters return NULL as they are only used to modify the Shiny session's state
Needs to be called inside a reactive function
getEvent
, getClinicalMatchFrom
,
getGroups
and getDifferentialSplicing