getColumns.BaseFileSection {aroma.Base}R Documentation

Gets the column names of the data table

Description

Gets the column names of the data table, if it exists.

Usage

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

Arguments

... Not used.

Value

Returns a character string vector, if data table exists, otherwise NULL.

Author(s)

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

See Also

For more information see BaseFileSection.


[Package aroma.Base version 0.4.8 Index]