dataRead.asFrame: Read as data frame

Description Usage Arguments

Description

wrapper around read.delim to add the option of removing the first column if all entries are NA may be used to fix txt files written out with a blanck at the beginning of each row (like files wittern via C++ cout)

Usage

1
dataRead.asFrame(file, check.firstCol = T, ...)

Arguments

file:

data file name

check.firstCol:

remove first col if all entries are NA

"...":

inputs of read.delim othern than file name


diluises/neutRino documentation built on May 15, 2019, 8:33 a.m.