getDataTypeDefinition: Get data type definitions

View source: R/Definitions.R

getDataTypeDefinitionR Documentation

Get data type definitions

Description

Get data type definitions

Usage

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.


StoXProject/RstoxBase documentation built on July 14, 2024, 9:39 a.m.