Get data type definitions

getDataTypeDefinition(
  dataType,
  subTable = "Data",
  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. Defaulted to "Data" to return the most relevant part of the data type definition.

elements

A vector of specific elements to extract from the definition.

unlist

Logical: If TRUE unlist the list of column names.