Get data type definitions

getDataTypeDefinition(
  dataType,
  subTable = NULL,
  elements = NULL,
  unlist = FALSE
)

Arguments

dataType

The name of the data type to get definitions from, or a logical function of one input DataType.

subTable

The sub table to extract, if any. Default is to extract all potential sub tables.

elements

A vector of specific elements to extract from the definition.

unlist

Logical: If TRUE unlist the list of column names.