Learn R Programming

R.filesets (version 2.15.1)

getHeader.TabularTextFile: Gets the file header

Description

Gets the file header.

Usage

# S3 method for TabularTextFile
getHeader(this, ..., header=TRUE, force=FALSE)

Value

Returns a named list.

Arguments

...

Passed to internal *readRawHeader().

header

A logical specifying whether there are column headers or not.

force

If TRUE, an already retrieved header will be ignored.

Author

Henrik Bengtsson

See Also

For more information see TabularTextFile.