Format an Idd into a string.
# 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
if (FALSE) { # \dontrun{
format(use_idd(8.8, download = "auto"))
} # }