style_pkg | R Documentation |
styler::style_pkg()
, but style
defaulting to putyourstyleguidehere_style
See styler::style_pkg()
for details, examples and more.
style_pkg(
pkg = ".",
...,
style = putyourstyleguidehere_style,
transformers = style(...),
filetype = c("R", "Rprofile"),
exclude_files = "R/RcppExports.R",
exclude_dirs = c("packrat", "renv"),
include_roxygen_examples = TRUE,
base_indention = 0,
dry = "off"
)
pkg |
Path to a (subdirectory of an) R package. |
... |
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 |
filetype |
Vector of file extensions indicating which file types should
be styled. Case is ignored, and the |
exclude_files |
Character vector with regular expressions to files that should be excluded from styling. |
exclude_dirs |
Character vector with directories to exclude
(recursively). Note that the default values were set for consistency with
|
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 |
dry |
To indicate whether styler should run in dry mode, i.e. refrain
from writing back to files . |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.