This is a helper function for style_dir.
prettify_any(
transformers,
filetype,
recursive,
exclude_files,
exclude_dirs,
include_roxygen_examples
)
A set of transformer functions. This argument is most
conveniently constructed via the style
argument and ...
. See
'Examples'.
Vector of file extensions indicating which file types should
be styled. Case is ignored, and the .
is optional, e.g.
c(".R", ".Rmd")
, or c("r", "rmd")
. Supported values (after
standardization) are: "r", "rprofile", "rmd", "rnw".
A logical value indicating whether or not files in subdirectories should be styled as well.
Character vector with paths to files that should be excluded from styling.
Character vector with directories to exclude. Note that
the default values were set for consistency with style_dir()
and as
these directories are anyways not styled.
Whether or not to style code in roxygen examples.