Format a code object for pretty printing
# S3 method for code
format(x, maxlen = getOption("CLMAXLEN", 8L), ...)A character vector with the formatted code.
a code object
maximum length of the label. A length of 0 or lower will suppress adding the label to the output.
ignored
When maxlen is one or larger function will add the label of the code
to the code in square brackets. When the label is larger than maxlen
the label will be truncated.