is.xifti_meta {ciftiTools} | R Documentation |
Validate the "meta"
component of a "xifti"
object
Description
Check if object is valid for xifti$meta
, where xifti
is a
"xifti"
object.
Usage
is.xifti_meta(x)
Arguments
x |
The putative |
Details
This is a helper function for is.xifti
.
Requirements: the structure must match that of the "meta"
component
of template_xifti
.
Value
Logical. Is x
a valid "meta"
component?
[Package ciftiTools version 0.17.4 Index]