Learn R Programming

R.filesets (version 2.15.1)

setColumnNames.ColumnNamesInterface: Sets the column names

Description

Sets the column names. This is done using a names translator function that returns the specified names.

Usage

# S3 method for ColumnNamesInterface
setColumnNames(this, ...)

Value

Returns (invisibly) itself.

Arguments

...

Arguments, typically a character string, which are passed to the names translator generator.

Author

Henrik Bengtsson

See Also

*getColumnNames(). For more information see ColumnNamesInterface.