sizeOfData.BaseFileSection {aroma.Base}R Documentation

Gets the dimension of the data table

Description

Gets the dimension of the data table, if it exists.

Usage

## S3 method for class 'BaseFileSection':
sizeOfData(this, ...)

Arguments

... Not used.

Value

If data table exists, an integer vector of length two specifying the number of rows and columns of the table is returned. Otherwise, NULL is returned.

Author(s)

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

See Also

For more information see BaseFileSection.


[Package aroma.Base version 0.4.8 Index]