read_table_wheaders: Read table with headers

Description Usage Arguments Value

View source: R/read_table_wheaders.R

Description

Reads in a data file with a large header commented with #'s. fread command did not work for large headers

Usage

1
read_table_wheaders(doc, sep = "\t", na.string)

Arguments

doc

document containing data

sep

optional separator. Default is tab

na.string

optional na.string

Value

final_data resulting data table


jstagge/staggefuncs documentation built on May 20, 2019, 2:11 a.m.