Description Usage Arguments Details See Also
The default linters correspond to the style guide at
https://style.tidyverse.org/, however it is possible to
override any or all of them using the linters
parameter.
1 |
pkg |
The package to use, can be a file path to the package or a
package object. See |
cache |
store the lint results so repeated lints of the same content use the previous results. |
... |
additional arguments passed to |
The lintr cache is by default stored in ~/.R/lintr_cache/
(this can
be configured by setting options(lintr.cache_directory)
). It can be
cleared by calling lintr::clear_cache()
.
lintr::lint_package()
, lintr::lint()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.