View source: R/import_score_neuromap_self_reports.R
import_score_neuromap_self_reports | R Documentation |
This is a comprehensive function for importing, scoring, and storing NeuroMAP self report data to be used in a data analysis pipeline. It uses the 'import_neuromap_self_reports' and applicable 'score_' functions from the dependlab package.
import_score_neuromap_self_reports(
split_output = TRUE,
path = paste0(getwd(), "/neuromap_self_reports_repo"),
file_date = FALSE,
scored_to_csv = TRUE,
alphas_to_csv = FALSE
)
split_output |
if true, outputs a list object with "scores" and "items" containing score- and item- level data, respectively. Default: /codeTRUE |
path |
string containing path to house csv data exports. Creates a new directory if it doesn't already exist. Default creates a new folder called "neuromap_self_reports_repo" in the working directory. |
file_date |
Logical. If Note: the embedded 'import_neuromap_self_reports' exports new csvs into the data repo with a date/time stamp every time the function is run |
Zach Vig
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.