format.Idd {eplusr}R Documentation

Format an Idd

Description

Format an Idd into a string.

Usage

## S3 method for class 'Idd'
format(x, ...)

Arguments

x

An Idd object.

...

Further arguments passed to or from other methods.

Value

A single length character vector.

Examples

## Not run: 
format(use_idd(8.8, download = "auto"))

## End(Not run)


[Package eplusr version 0.16.2 Index]