Description Usage Arguments Details Value Examples
Merge redundant objects into one
1 | merge_object(idf, class)
|
idf |
An eplusr::Idf object |
class |
A character vector of class names in current eplusr::Idf. If
|
Redundant objects here refer to objects that have different names but all other field values are the same.
merge_object()
will only keep the first object and remove all redundant
objects. The field value references are handled automatically, i.e. all
field values that originally refer to the redundant objects will be
redirected to the object that is kept.
The modified object itself, invisibly
1 2 3 4 | ## Not run:
merge_object(idf, "ScheduleTypeLimits")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.