expand_idf_dots_name: Parse object ID or name specifications given in list format

View source: R/impl-idf.R

expand_idf_dots_nameR Documentation

Parse object ID or name specifications given in list format

Description

Parse object ID or name specifications given in list format

Usage

expand_idf_dots_name(
  idd_env,
  idf_env,
  ...,
  .keep_name = TRUE,
  .property = NULL
)

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.

...

Lists of object ID or name pair, e.g. c(Name1, Name2), c(ID1, ID2), NewName = OldName and NewName = ID. NewName is optional.

.keep_name

If TRUE, input new names will be kept in a column named new_object_name, otherwise they will be dropped. Default: TRUE.

.property

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

Value

A data.table::data.table() containing extracted object data.


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