See styler::style_text()
for details, examples and more.
1 2 3 4 5 6 7 8 | style_text(
text,
...,
style = putyourstyleguidehere_style,
transformers = style(...),
include_roxygen_examples = TRUE,
base_indention = 0
)
|
text |
A character vector with text to style. |
... |
Arguments passed on to the |
style |
A function that creates a style guide to use, by default
|
transformers |
A set of transformer functions. This argument is most
conveniently constructed via the |
include_roxygen_examples |
Whether or not to style code in roxygen examples. |
base_indention |
Integer scalar indicating by how many spaces the whole
output text should be indented. Note that this is not the same as splitting
by line and add a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.