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.

# S3 method for IddObject
format(x, ver = TRUE, ...)

Arguments

x

An IddObject object.

ver

If TRUE, a suffix of version string is added. Default: TRUE.

...

Further arguments passed to or from other methods.

Value

A single length character vector.

Examples

if (FALSE) {
format(use_idd(8.8, download = "auto")$Material)
}