Format an Idd into a string.

# S3 method for 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) {
format(use_idd(8.8, download = "auto"))
}