loadFromCsv: Load Data from delimited text file

Description Usage Arguments

View source: R/loadData.R

Description

imports data and stores in a tibble

Usage

1
loadFromCsv(csvFile, cols = NULL, sep = ",")

Arguments

cols

vector of column names to keep in addition to diag_x columns, if NULL returns all columns

sep

seperator between field (str)

csv

path to pattern delimited textFile (str)


bjeffrey92/HESDataExtracter documentation built on March 21, 2020, 7:01 p.m.