Linter {lintr} | R Documentation |
Create a linter
closure
Description
Create a linter
closure
Usage
Linter(
fun,
name = linter_auto_name(),
linter_level = c(NA_character_, "file", "expression")
)
Arguments
fun |
A function that takes a source file and returns |
name |
Default name of the Linter.
Lints produced by the linter will be labelled with |
linter_level |
Which level of expression is the linter working with?
|
Value
The same function with its class set to 'linter'.
[Package lintr version 3.2.0 Index]