rlPlus: Read Lines Plus

Description Usage Arguments Examples

View source: R/rlPlus.R

Description

rlPlus() returns a list of lines or a data frame with each line as a column and each position as a row.

Usage

1
rlPlus(path = NULL, n = 2, sep = ",", merge = TRUE, ...)

Arguments

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.

Examples

1

smmurphy/convenience documentation built on Aug. 26, 2020, 8:46 p.m.