View source: R/fsdir_abstraction_group.R
check.subjectslist | R Documentation |
Check whether the subjects_list looks good, warn if not.
check.subjectslist(
subjects_list,
subjects_dir = NULL,
report_name = "subjects_list"
)
subjects_list |
vector of character strings, the subject IDs. |
subjects_dir |
optional, character string. The full path to the subjects directory containing all subjects. If given, extra checks will be performed, e.g., whether the subjects exist in this directory. |
report_name |
character string, the variable name that should be used for the list in the messages. |
This function will stop if subjects dirs are missing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.