check_cifti_type {ciftiTools} | R Documentation |
Check CIFTI type
Description
Check that a CIFTI's NIFTI intent matches its file name extension.
Usage
check_cifti_type(intent, extn)
Arguments
intent |
The NIFTI |
extn |
The file name extension, e.g. "dtseries.nii" |
Value
If the intent is supported, returns TRUE
.
If the intent is not supported, an error is raised.
[Package ciftiTools version 0.17.4 Index]