Learn R Programming

fslr (version 2.25.3)

check_file: Wrapper for getForms with filename

Description

Checking the q/s-forms for a header

Usage

check_file(file, ...)

Value

result of checkout

Arguments

file

(character) filename of image to be checked

...

options passed to checkimg

Examples

Run this code
library(fslr)
if (have.fsl()){
 mnifile = mni_fname("2")
 check_file(mnifile)
} 

Run the code above in your browser using DataLab