Linter | R Documentation |
linter
closureCreate a linter
closure
Linter(
fun,
name = linter_auto_name(),
linter_level = c(NA_character_, "file", "expression")
)
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?
|
The same function with its class set to 'linter'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.