FTselection: FTselection

View source: R/getset_featureTables.R

FTselectionR Documentation

FTselection

Description

get the rows that are currently selected in MainTable window.

Usage

FTselection(x, ...)

## S3 method for class 'reactivevalues'
FTselection(x, liveView = F)

Arguments

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)

Details

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.

Value

a data.frame that is a subset of FeatureTable(x)$df


mjhelf/METABOseek documentation built on April 27, 2022, 5:13 p.m.