| getDataByKeys.BaseFileSection {aroma.Base} | R Documentation |
Gets a subset of data for one or all bioassays in the bioassay set.
## S3 method for class 'BaseFileSection': getDataByKeys(this, byField=NULL, keys=NULL, fields=NULL, ...)
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. |
Returns a data.frame.
Henrik Bengtsson (http://www.braju.com/R/)
*getData().
For more information see BaseFileSection.