chmRegisterType: Register a type name.

View source: R/functions.R

chmRegisterTypeR Documentation

Register a type name.

Description

This function registers a type name used for determining row and column linkouts. This function is intended to be used by NGCHM system developers to record basic information about the semantic interpretation of a type name. Registration of a typename is (currently) not required in order to use it.

Usage

chmRegisterType(typename, description)

Arguments

typename

A character vector specifying the name(s) of the type(s) to be registered.

description

A single character string specifying the description of the type(s).

Value

None. This function is used for its side effects of registering a new type.

See Also

chmListTypes()

chmGetTypeInfo()

chmRegisterTypeMapper()


MD-Anderson-Bioinformatics/NGCHM-R documentation built on April 1, 2024, 12:34 p.m.