expect_equal_xifti {ciftiTools} | R Documentation |
Expect these "xifti"
s to match
Description
Raise an error if the "xifti"
s do not match.
Usage
expect_equal_xifti(xii1, xii2)
Arguments
xii1 |
The first |
xii2 |
The second |
Details
cifti$intent
is only compared if it
exists for both files. cifti$brainstructures
and cifti$misc
are not compared.
Value
TRUE
, invisibly
[Package ciftiTools version 0.16.1 Index]