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


neuroconductor-devel/cifti documentation built on July 3, 2025, 10:51 p.m.