| ... |
Arguments passed on to styler::style_text
textA character vector with text to style.
styleA function that creates a style guide to use, by default
tidyverse_style() (without the parentheses). Not used
further except to construct the argument transformers. See
style_guides() for details.
transformersA set of transformer functions. This argument is most
conveniently constructed via the style argument and .... See
'Examples'.
include_roxygen_examplesWhether or not to style code in roxygen
examples.
|