get_idf_object: Get object data

View source: R/impl-idf.R

get_idf_objectR Documentation

Get object data

Description

Get object data

Usage

get_idf_object(
  idd_env,
  idf_env,
  class = NULL,
  object = NULL,
  property = NULL,
  underscore = FALSE,
  ignore_case = FALSE
)

Arguments

idd_env

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

idf_env

An environment or list contains IDF tables including object, value, and reference.

class

An integer vector of valid class indexes or a character vector of valid class names. Default: NULL.

object

An integer vector of valid object IDs or a character vector of valid object names. Default: NULL.

property

A character vector of column names in class table to return.

underscore

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

ignore_case

If TRUE, input object name will be converted into lower case and column object_name_lower will be used for matching. converted into underscore style name first and column class_name_us and field_name_us will be used for matching. Default: FALSE.

Value

A data.table.


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