ReadGapCsv.R: Read csv file with possible empty lines and gaps.

Description Usage Arguments Value

Description

Read csv file with possible empty lines and gaps.

Usage

1
ReadGapCsv(csvfile, header = TRUE, sep = ",", comment.char = "#")

Arguments

csvfile

String of path/filename for csv file to read

header

Boolean. TRUE (default) if file contains a row of column headers that shall be used as dataframe names

sep

String of column seperaters, "," is default

comment_char

Ignore lines starting with this character. Default is "#".

Value

dataframe containing data in csvfile


freyasquires/noxpro documentation built on May 23, 2019, 7:33 a.m.