read.simple.tsv.named.vector: read.simple.tsv.named.vector

View source: R/ReadWriter.R

read.simple.tsv.named.vectorR Documentation

read.simple.tsv.named.vector

Description

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.

Usage

read.simple.tsv.named.vector(...)

Arguments

...

Multiple simple variables to parse.

See Also

read_delim

Examples

## Not run: 
if (interactive()) {
  # read.simple.tsv.named.vector("path/to/my.file")
}

## End(Not run)

vertesy/ReadWriter documentation built on Nov. 24, 2024, 10:40 p.m.