Learn R Programming

freesurfer (version 1.6.10)

fs_subj_dir: Determine Freesurfer Subjects Directory

Description

Finds the SUBJECTS_DIR from system environment or getOption("fs.subj_dir") for subjects dir

Usage

fs_subj_dir()

Arguments

Value

SUBJECTS_DIR, such as ${FREESURFER_HOME}/subjects

Examples

Run this code
if (have_fs()) {
   fs_subj_dir()
}

Run the code above in your browser using DataLab