View source: R/infer_format_ifti.R
infer_format_ifti_vec | R Documentation |
Vectorized version of infer_format_ifti
. Expects all inputs
to have the same format.
infer_format_ifti_vec(BOLD, verbose = FALSE)
BOLD |
The vector of fMRI data, expected to be of one format |
verbose |
Print the format? Default: |
Raises an error if the elements of BOLD
do not share the same format.
A length-two vector. The first element indicates the format:
"CIFTI"
file path, "xifti"
object,
"GIFTI"
file path, "gifti"
object,
"NIFTI"
file path, "nifti"
object,
"RDS"
file path, or "data"
. The second element indicates
the sub-format if relevant; i.e. the type of CIFTI or GIFTI file/object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.