View source: R/getset_featureTables.R
FeatureTable | R Documentation |
FeatureTable
FeatureTable(x, ...) ## S3 method for class 'reactivevalues' FeatureTable(x, update = F, tableID = NULL) FeatureTable(x, ...) <- value ## S3 replacement method for class 'data.frame' FeatureTable(x, replace = F, update = T, tableID = NULL) <- value ## S3 replacement method for class 'MseekFT' FeatureTable(x, replace = T, tableID = NULL) <- value
x |
the |
... |
additional arguments passed to S3 methods
Getter and setter methods to retrieve or modify a Feature Table
( |
update |
if TRUE, update table via |
tableID |
table ID to retrieve. will use currently active Feature Table if not set. For setter, will create a new Feature Table under this ID if ID does not exist, otherwise will override or update the selected Feature Table |
value |
an |
replace |
replace the current Feature table with the given tableID?
If FALSE, will update instead.#' @return An |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.