getGlobal {psichomics}R Documentation

Get or set globally accessible elements

Description

Get or set globally accessible elements

Usage

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)

Arguments

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

Value

Getters return globally accessible data, whereas setters return NULL as they are only used to modify the Shiny session's state

Note

Needs to be called inside a reactive function

See Also

getEvent, getClinicalMatchFrom, getGroups and getDifferentialSplicing


[Package psichomics version 1.9.1 Index]