load_data | R Documentation |
This function reads .csv files of patient data and writes four different files of the same data that are categorized by neuropsychological test type.
load_data(file_path, output_dir = here::here(), return_data = FALSE)
file_path |
character, Name of patient file path |
output_dir |
character, Directory to write output files (default: current working directory) |
return_data |
logical, Whether to return the processed data as a list (default: FALSE) |
If return_data is TRUE, returns a list with 4 elements (neuropsych, neurocog, neurobehav, validity). Otherwise, returns NULL and writes CSV files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.