load_csv: load_csv()

Description Usage Arguments Value Examples

Description

Helper function. Set default options for the read.csv function

Usage

1

Arguments

file

character vector: the name of the file which the data are to be read from. Each row of the table appears as one line of the file. If it does not contain an absolute path, the file name is relative to the current working directory, getwd().

...

Other arguments to be passed to load_csv(). See ?read.table to get the list of possible arguments

Value

data frame

Examples

1
load_csv('./data/my_csv_file.csv')

thelayc/laycUtils documentation built on May 31, 2019, 9:17 a.m.