Get data type definitions
getDataTypeDefinition(
dataType,
subTable = "Data",
elements = NULL,
unlist = FALSE
)
The name of the data type to get definitions from, or a logical function of one input DataType.
The sub table to extract, if any. Defaulted to "Data" to return the most relevant part of the data type definition.
A vector of specific elements to extract from the definition.
Logical: If TRUE unlist the list of column names.