format.code {codelist} | R Documentation |
Format a code object for pretty printing
Description
Format a code object for pretty printing
Usage
## S3 method for class 'code'
format(x, maxlen = getOption("CLMAXLEN", 8L), ...)
Arguments
x |
a |
maxlen |
maximum length of the label. A length of 0 or lower will suppress adding the label to the output. |
... |
ignored When |
Value
A character vector with the formatted code.
[Package codelist version 0.1.0 Index]