get_idd_class: Get class data

View source: R/impl-idd.R

get_idd_classR Documentation

Get class data

Description

Get class data

Usage

get_idd_class(idd_env, class = NULL, property = NULL, underscore = FALSE)

Arguments

idd_env

An environment or list contains IDD tables including class, field, and reference.

class

An integer vector of valid class indexes or a character vector of valid class names. If NULL, all classes are returned.

property

A character vector of column names in class table to return. If NULL, only class index columns are returned, plus column rleid.

underscore

If TRUE, input class name will be converted into underscore style name first and column class_name_us will be used for matching.

Value

A data.table containing specified columns.


eplusr documentation built on Aug. 25, 2023, 5:18 p.m.