extractMatrix.GenericTabularFile | R Documentation |
Reads one of the columns.
## S3 method for class 'GenericTabularFile'
extractMatrix(this, column=1L, drop=FALSE, ..., verbose=FALSE)
column |
An |
drop |
If |
... |
Additional arguments passed to |
verbose |
A |
Returns a Jx1 matrix
, or if drop=TRUE
a vector
of length J.
Henrik Bengtsson
For more information see GenericTabularFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.