Description Usage Arguments Value Examples
View source: R/shinyTaskMasterScript.R
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.
1 | read_raw_data(path_to_file)
|
path_to_file |
path to the file where the data is stored |
This function returns an R object which contains the raw dataset.
1 | read_raw_data(path_to_file = "path/to/data.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.