Lint {lintr} | R Documentation |
Lint
objectCreate a Lint
object
Lint(filename, line_number = 1L, column_number = NULL, type = c("style", "warning", "error"), message = "", line = "", ranges = NULL, linter = NULL)
filename |
path to the source file that was linted. |
line_number |
line number where the lint occurred. |
column_number |
column the lint occurred. |
type |
type of lint. |
message |
message used to describe the lint error |
line |
code source where the lint occured |
ranges |
ranges on the line that should be emphasized. |
linter |
name of linter that created the Lint object. |