View source: R/getset_featureTables.R
FTselection | R Documentation |
get the rows that are currently selected in MainTable window.
FTselection(x, ...) ## S3 method for class 'reactivevalues' FTselection(x, liveView = F)
x |
a MseekValues (reactivevalues) object |
... |
additional arguments passed to S3 methods |
liveView |
if TRUE, will get data from the liveView of the MainTable directly (default: FALSE) |
By default, will get its data from the underlying Feature Table, not using changes (such as comments) made immediately prior to selection, but including all columns, including those not visible in the current table view.
a data.frame that is a subset of FeatureTable(x)$df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.