setColumnNames.ColumnNamesInterface {R.filesets} | R Documentation |
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 class 'ColumnNamesInterface'
setColumnNames(this, ...)
Arguments
... |
Arguments, typically a |
Value
Returns (invisibly) itself.
Author(s)
Henrik Bengtsson
See Also
*getColumnNames()
.
For more information see ColumnNamesInterface
.
[Package R.filesets version 2.15.1 Index]