Learn R Programming

freesurfer (version 1.6.8)

have_fs: Logical check if Freesurfer is accessible

Description

Uses get_fs to check if FreesurferDIR is accessible or the option freesurfer.path is set and returns logical

Usage

have_fs(..., check_license = FALSE)

Arguments

...

options to pass to get_fs

check_license

Should a license file be checked to exist?

Value

Logical TRUE is Freesurfer is accessible, FALSE if not

Examples

Run this code
# NOT RUN {
have_fs()
# }

Run the code above in your browser using DataLab