infer_format_ifti: Infer fMRI data format

View source: R/infer_format_ifti.R

infer_format_iftiR Documentation

Infer fMRI data format

Description

Infer fMRI data format

Usage

infer_format_ifti(BOLD, verbose = FALSE)

Arguments

BOLD

The fMRI data

verbose

Print the format? Default: FALSE.

Value

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.


fMRItools documentation built on April 12, 2025, 1:32 a.m.