read.simple.tsv.named.vector | R Documentation |
Read in a file with excel style named vectors, names in col1, headers SHIFTED. The header should start with a TAB / First column name should be empty.
read.simple.tsv.named.vector(...)
... |
Multiple simple variables to parse. |
read_delim
## Not run:
if (interactive()) {
# read.simple.tsv.named.vector("path/to/my.file")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.