empty_idf: Create an Empty Idf

View source: R/idf.R

empty_idfR 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)


eplusr documentation built on Aug. 25, 2023, 5:18 p.m.