View source: R/fsdir_abstraction_group.R
check.subjects.files | R Documentation |
Report subjects missing files
check.subjects.files(
subjects_dir,
subjects_list,
sfiles = c("surf/lh.thickness", "surf/rh.thickness", "surf/lh.white", "surf/rh.white",
"label/lh.aparc.annot", "label/rh.aparc.annot")
)
subjects_dir |
string. The FreeSurfer SUBJECTS_DIR, i.e., a directory containing the data for all your subjects, each in a subdir named after the subject identifier. |
subjects_list |
vector of strings. The subject identifiers. |
sfiles |
vector of character strings, the file names, relative to the data dir of the subject. |
vector of character strings, the subjects missing any of the files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.