print.vertical | R Documentation |
Print styled code
## S3 method for class 'vertical'
print(
x,
...,
colored = getOption("styler.colored_print.vertical"),
style = prettycode::default_style()
)
x |
A character vector, one element corresponds to one line of code. |
... |
Not currently used. |
colored |
Whether or not the output should be colored with
|
style |
Passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.