Description Usage Arguments Examples
rlPlus()
returns a list of lines or a data frame with
each line as a column and each position as a row.
1 |
path |
The filename from which to read lines. |
n |
The number of lines to read -L for all. |
sep |
Specify to parse the line by a delimeter, "," is default. |
merge |
If TRUE (default) merges lines into a data.frame by position as row and line number as column. |
... |
Other values passed to readLines, or to read.table. |
1 | rlPlus()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.