format.code | R Documentation |
Format a code object for pretty printing
## S3 method for class 'code'
format(x, maxlen = getOption("CLMAXLEN", 8L), ...)
x |
a |
maxlen |
maximum length of the label. A length of 0 or lower will suppress adding the label to the output. |
... |
ignored When |
A character vector with the formatted code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.