| print.constructive_code | R Documentation |
Print code with syntax highlighting
## S3 method for class 'constructive_code'
print(
x,
...,
colored = getOption("constructive_pretty", TRUE),
code_theme = NULL,
style = NULL
)
x |
The object to print |
... |
Unused |
colored |
Whether to apply syntax highlighting. Set to |
code_theme |
Syntax highlighting theme passed to |
style |
Deprecated in favour of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.