rmincUtil.getDataTypes: Get Minc2 Data Types

Description Usage Details Value Note Author(s) See Also Examples

View source: R/rmincUtil.R

Description

Returns a data.frame containing the minc2 data types.

Usage

1

Details

Returns a data.frame comprised of a minc2 data type numeric code and 2 string descriptors. Use of this data.frame permits us to get the descriptive string, given the numeric code.

Value

A data.frame containing the minc2 data classes.

Note

Internal use only.

Author(s)

Jim Nikelski nikelski@bic.mni.mcgill.ca

See Also

rmincUtil.getDataClasses

Examples

1
2
dataTypes <- rmincUtil.getDataTypes()
print(dataTypes)

jnikelski/rmincIO documentation built on May 19, 2019, 2:58 p.m.