extractMatrix.GenericTabularFile {R.filesets} | R Documentation |
Reads one of the columns
Description
Reads one of the columns.
Usage
## S3 method for class 'GenericTabularFile'
extractMatrix(this, column=1L, drop=FALSE, ..., verbose=FALSE)
Arguments
column |
An |
drop |
If |
... |
Additional arguments passed to |
verbose |
Value
Returns a Jx1 matrix
, or if drop=TRUE
a vector
of length J.
Author(s)
Henrik Bengtsson
See Also
For more information see GenericTabularFile
.
[Package R.filesets version 2.15.1 Index]