getDefaultColumnNames.TabularTextFile {R.filesets}R Documentation

Gets the default column names

Description

Gets the default column names by inferring it from the file header.

Usage

## S3 method for class 'TabularTextFile'
getDefaultColumnNames(this, ...)

Arguments

...

Optional arguments passed *getHeader().

Value

Returns character vector, or NULL if there are no column names in the file header.

Author(s)

Henrik Bengtsson

See Also

For more information see TabularTextFile.


[Package R.filesets version 2.15.1 Index]