read_idfeditor_copy {eplusr} | R Documentation |
Parse objects from IDF Editor
Description
Parse objects from IDF Editor
Usage
read_idfeditor_copy(idd_env, idf_env, version = NULL, in_ip = 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. |
version |
The version of IDF file open by IDF Editor, e.g. |
in_ip |
Set to |
Value
The copied object data from IDF Editor in a named list of 3
data.table::data.table()
s, i.e. object
, value
and reference
.
Note
References in the input is not parsed and reference
in the returned list is
always a zero-row table.
[Package eplusr version 0.16.3 Index]