empty_idf {eplusr} | R Documentation |
Create an Empty Idf
Description
empty_idf()
takes a valid IDD version and creates an empty Idf object
that only contains a Version object.
Usage
empty_idf(ver = "latest")
Arguments
ver |
Any acceptable input of |
Value
An Idf object
Examples
## Not run:
if (is_avail_idd(8.8)) empty_idf(8.8)
## End(Not run)
[Package eplusr version 0.16.2 Index]