Learn R Programming

R.filesets (version 2.15.1)

getColumnNames.ColumnNamesInterface: Gets the column names

Description

Gets the column names.

Usage

# S3 method for ColumnNamesInterface
getColumnNames(this, ..., translate=TRUE)

Value

Returns a character

vector.

Arguments

translate

If TRUE and a names translator is set, the column names are translated before returned.

...

Not used.

Author

Henrik Bengtsson

See Also

*getDefaultColumnNames(). For more information see ColumnNamesInterface.