Lint a file
Apply one or more linters to a file and return the lints found.
lint(filename, linters = NULL, cache = FALSE, ..., parse_settings = TRUE)
filename |
the given filename to lint. |
linters |
a named list of linter functions to apply see |
cache |
given a logical, toggle caching of lint results. If passed a character string, store the cache in this directory. |
... |
additional arguments passed to |
parse_settings |
whether to try and parse the settings |
A list of lint objects.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.