| style_text {languageserver} | R Documentation |
This functions formats a list of text using styler::style_text() with the
styler::tidyverse_style() style.
style_text(text, options, scope = "tokens", indentation = "")
text |
a vector of text |
options |
a named list of options, with a |
scope |
the scope type used in styler::tidyverse_style |
indentation |
amount of whitespaces put at the begining of each line |