Learn R Programming

freesurfer (version 1.6.10)

fs_version: Find Freesurfer Version

Description

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

Usage

fs_version()

Arguments

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.

Examples

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

Run the code above in your browser using DataLab