load_txt: load_txt()

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

file

character vector: path .txt file containing data to be loaded. 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_txt(). See ?read.table to get the list of possible arguments

Value

data frame

Examples

1
load_txt('./data/my_txt_file.txt')

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