Learn R Programming

R.filesets (version 2.15.1)

extractMatrix.GenericTabularFile: Reads one of the columns

Description

Reads one of the columns.

Usage

# S3 method for GenericTabularFile
extractMatrix(this, column=1L, drop=FALSE, ..., verbose=FALSE)

Value

Returns a Jx1 matrix, or if drop=TRUE a vector of length J.

Arguments

column

An integer specifying the column to read.

drop

If TRUE, a vector is returned, otherwise a one-column matrix.

...

Additional arguments passed to *readColumns().

verbose

A logical or a Verbose object.

Author

Henrik Bengtsson

See Also

For more information see GenericTabularFile.