fs_version: Find Freesurfer Version

Description Usage Value Note Examples

View source: R/fs_version.R

Description

Finds the Freesurfer version from FREESURFER_HOME/build-stamp.txt

Usage

1

Value

If the version file does not exist, it will throw a warning, but it will return an empty string. Otherwise it will be a string of the version.

Note

This will use fs_dir() to get the directory of FREESURFER

Examples

1
2
3
if (have_fs()) {
 fs_version()
}

neuroconductor/freesurfer documentation built on May 19, 2021, 5:19 a.m.