Learn R Programming

R.filesets (version 2.15.1)

getDefaultColumnNames.TabularTextFile: Gets the default column names

Description

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

Usage

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

Value

Returns character

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

Arguments

...

Optional arguments passed *getHeader().

Author

Henrik Bengtsson

See Also

For more information see TabularTextFile.