getData.BaseFileSection {aroma.Base}R Documentation

Gets all or a subset of data of a BASE file section

Description

Gets all or a subset of data of a BASE file section.

Usage

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

Arguments

fields A character vector of field names to be retrieved. If NULL, all fields are returned.
... Not used.

Value

Returns a data.frame.

Author(s)

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

See Also

For more information see BaseFileSection.


[Package aroma.Base version 0.4.8 Index]