format.IddObject {eplusr} | R Documentation |
Format an IddObject
Description
Format an IddObject into a string. It is formatted the same way as
IddObject$print(brief = TRUE)
but with a suffix of current IDD version.
Usage
## S3 method for class 'IddObject'
format(x, ver = TRUE, ...)
Arguments
x |
An IddObject object. |
ver |
If |
... |
Further arguments passed to or from other methods. |
Value
A single length character vector.
Examples
## Not run:
format(use_idd(8.8, download = "auto")$Material)
## End(Not run)
[Package eplusr version 0.16.2 Index]