Use lintr::lint() to lint a single file
Usage
.LintFile(
path = NULL,
linters = NULL,
...,
config = Sys.getenv("LINTR_GLOBAL_CONFIG", NA)
)Arguments
- path
The file path. Default (
NULL) checks for the current file open in the source editor in RStudio.- linters
Passed to
lintersargument inlintr::lint(); however, when passing a character vector, finds all linters with that tag.- ...
Additional arguments passed to
lintr::lint()- config
Global configuration file; when
NAdoes nothing
Value
See lintr::lint()