Learn R Programming

R.filesets (version 2.15.1)

readDataFrame.GenericTabularFile: Reads the tabular data as a data frame

Description

Reads the tabular data as a data frame.

Usage

# S3 method for GenericTabularFile
readDataFrame(...)

Value

Returns a data.frame.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see GenericTabularFile.