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 use_idd(). If latest, which is the default, the latest IDD released version is used.

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]