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 class 'IddObject'
format(x, ver = TRUE, ...)
An IddObject object.
If TRUE
, a suffix of version string is added. Default: TRUE
.
Further arguments passed to or from other methods.
A single length character vector.