expand_idf_dots_object {eplusr} | R 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. |
... |
|
.unique |
If |
.strict |
If |
.complete |
If |
.all |
If |
Value
A named list of 3 data.table::data.table()
: meta
, object
and
value
.
[Package eplusr version 0.16.3 Index]