lint_all | R Documentation |
Lint all files in a project. Implemented as a wrapper for lintr::lint_dir()
.
lint_all(
pattern = "(?i)[.](r|rmd|qmd|rnw|rhtml|rpres|rrst|rtex|rtxt)$",
exclusions = list("renv", "packrat", "R/RcppExports.R"),
...
)
pattern |
regex pattern for files, by default it will take files with any of the extensions .R, .Rmd, .qmd, .Rnw, .Rhtml, .Rpres, .Rrst, .Rtex, .Rtxt, ignoring case. |
exclusions |
exclusions for |
... |
Arguments passed on to
|
A list of lint objects.
## Not run:
lint_all()
lint_all("analysis")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.