read_raw_data: reading raw data into R

Description Usage Arguments Value Examples

View source: R/shinyTaskMasterScript.R

Description

This functions reads in raw data into R (after performing a few sanity checks) and throws an error if for any reason data cannot be read.

Usage

1
read_raw_data(path_to_file)

Arguments

path_to_file

path to the file where the data is stored

Value

This function returns an R object which contains the raw dataset.

Examples

1
read_raw_data(path_to_file = "path/to/data.csv")

AarshBatra/appsilonRShinyTaskAarshBatra documentation built on Feb. 12, 2021, 2:05 p.m.