Learn R Programming

R.filesets (version 2.15.1)

readLines.TabularTextFile: Reads the lines of the data file as strings

Description

Reads the lines of the data file as strings.

Usage

# S3 method for TabularTextFile
readLines(con, ...)

Value

Returns a character

vector.

Arguments

...

Optional arguments passed to readLines().

Author

Henrik Bengtsson

See Also

*readDataFrame(). For more information see TabularTextFile.