read_data: read_data

Description Usage Arguments Details

View source: R/mod_uploadData_fct_readData.R

Description

function to read in the data using readr::read_delim filePath is the path to the location of the file you want to read in sep is the specified delimiter, probably either a tab or comma the other bits here help with reading in the file: trim whitespace, skip empty row, column names, and how to read in the data; default is set at column as characters

Usage

1
read_data(file_path, sep)

Arguments

file_path

path of where to look for file

sep

the file separator

Details

read_data Function


jennahamlin/Tinsel documentation built on Sept. 15, 2021, 9:46 a.m.