Coerces the input to character strings using a common format.
The function is useful for building custom output displays,
and is often used in conjunction with cat to print such displays.
USAGE:
format(x, ...)
REQUIRED ARGUMENTS:
x:
an object of a class that has a method for format, or an atomic object.
VALUE:
an object similar to the input, but converted to character.