Learn R Programming

freesurfer (version 1.6.10)

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)

Value

Logical TRUE is Freesurfer is accessible, FALSE if not

Arguments

...

options to pass to get_fs

check_license

Should a license file be checked to exist?

Examples

Run this code
have_fs()

Run the code above in your browser using DataLab