get_cifti_type: Get Generic CIFTI Type

View source: R/get_cifti_type.R

get_cifti_typeR Documentation

Get Generic CIFTI Type

Description

Wrapper for multiple types of CIFTI XML types.

Usage

get_cifti_type(
  fname,
  type = c("Volume", "Surface", "Parcel", "NamedMap", "BrainModel"),
  verbose = TRUE
)

cifti_as_list(
  fname,
  type = c("Volume", "Surface", "Parcel", "NamedMap", "BrainModel")
)

Arguments

fname

File name of CIFTI file

type

type of data to extract from CIFTI XML

verbose

print diagnostic messages

Value

List of output from each type


cifti documentation built on Jan. 14, 2026, 1:07 a.m.