lint_all | R Documentation |
Lint all files in a project. Implemented as a wrapper for lintr::lint_dir()
.
lint_all( path = ".", pattern = "\\.[Rr](?:|html|md|nw|pres|rst|tex|txt)$", ... )
path |
For the base directory of the project (for |
pattern |
regex pattern for files, by default it will take files with any of the extensions .R, .Rmd, .Rnw, .Rpres, .Rhtml, .Rrst, .Rtex, .Rtxt allowing for lowercase r (.r, ...) |
... |
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.