style_box_use_dir {box.linters} | R Documentation |
Style the box::use() calls for a directory
Description
Style the box::use() calls for a directory
Usage
style_box_use_dir(
path = ".",
recursive = TRUE,
exclude_files = NULL,
exclude_dirs = c("packrat", "renv"),
indent_spaces = 2,
trailing_commas_func = FALSE
)
Arguments
path |
Path to a directory with files to style. |
recursive |
A logical value indicating whether or not files in sub-directories |
exclude_files |
Not yet implemented |
exclude_dirs |
A character vector of directories to exclude. |
indent_spaces |
An integer scalar indicating tab width in units of spaces |
trailing_commas_func |
A boolean to activate adding a trailing comma to the end of the lists of functions to attach. |
Details
Refer to style_box_use_text()
for styling details.
Examples
## Not run:
style_box_use_dir("path/to/dir")
## End(Not run)
[Package box.linters version 0.10.0 Index]