getDataByKeys.BaseFileSection {aroma.Base}R Documentation

Gets a subset of data for one or all bioassays in the bioassay set

Description

Gets a subset of data for one or all bioassays in the bioassay set.

Usage

## S3 method for class 'BaseFileSection':
getDataByKeys(this, byField=NULL, keys=NULL, fields=NULL, ...)

Arguments

byField A character string of the field to be stratified on. If NULL, no stratification is done.
keys Rows with these values on the key field will be returned.
fields A character vector of the fields to be returned. If NULL, all fields are returned.
... Not used.

Value

Returns a data.frame.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*getData(). For more information see BaseFileSection.


[Package aroma.Base version 0.4.8 Index]