Learn R Programming

fslr (version 1.3)

check_file: Wrapper for getForms with filename

Description

Wrapper for getForms with filename

Usage

check_file(file, ...)

Arguments

file
(character) filename of image to be checked
...
options passed to checkimg

Value

Examples

Run this code
if (have.fsl()){
 mnifile = file.path(fsldir(), "data", "standard",
   "MNI152_T1_2mm.nii.gz")
 check_file(mnifile)
}

Run the code above in your browser using DataLab