read.simple.vec | R Documentation |
read.simple.vec
Read each line of a file to an element of a vector (read in new-line separated values, no header!).
read.simple.vec(...)
... |
Multiple simple variables to parse. |
## Not run:
if (interactive()) {
# read.simple.vec("path/to/a/single.column.file")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.