expand_idf_dots_object: Parse object values given in a list of Idf or IdfObject...

View source: R/impl-idf.R

expand_idf_dots_objectR Documentation

Parse object values given in a list of Idf or IdfObject format

Description

Parse object values given in a list of Idf or IdfObject format

Usage

expand_idf_dots_object(
  idd_env,
  idf_env,
  ...,
  .unique = TRUE,
  .strict = TRUE,
  .complete = TRUE,
  .all = 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.

...

Lists of Idfs or IdfObjects.

.unique

If TRUE, make sure there are no duplicated objects in the input. If FALSE, duplicates are kept. If NULL, duplicates are removed. Default: TRUE.

.strict

If TRUE, make sure all input objects come from the same version as that from idf_env. Default: TRUE.

.complete

If TRUE, make sure the returned field number meets the ⁠\min-fields⁠ requirement. Default: TRUE

.all

If TRUE, make sure the all possible fields are returned. Default: FALSE.

Value

A named list of 3 data.table::data.table(): meta, object and value.


hongyuanjia/eplusr documentation built on Feb. 14, 2024, 5:38 a.m.