styler-package: Non-invasive pretty printing of R code
Description
styler allows you to format .R, .Rmd, .Rmarkdown and/or
.qmd, .Rnw files, R packages, or entire R source trees
according to a style guide.
The following functions can be used for styling:
style_text() to style a character vector.
style_file() to style a single file.
style_dir() to style all files in a directory.
style_pkg() to style the source files of an R package.
styler_addins (RStudio Addins) to style either selected code or the
active file.