pre2s: Read prelude files

Description Usage Arguments Value Note See Also

View source: R/pre2s.R

Description

Read data files in prelude format, which has 2 line headers and column names seperated from data with dashes.

Usage

1
pre2s(skr, rownames = F, dots.in.text = T)

Arguments

skr

Prelude file name

rownames

Should first column be used as row names? Default FALSE

dots.in.text

Should underscores in column names be replaced with "."? Default TRUE

Value

A data frame (data.frame) containing a representation of the data in the file.

Note

Call to skipta.texta could be replaced with a call to chartr (as in ROracleUI sql).

See Also

Calls skipta.texta


geo documentation built on May 29, 2017, 5:36 p.m.