| object_usage_linter {lintr} | R Documentation |
Check that closures have the proper usage using codetools::checkUsage().
Note that this runs base::eval() on the code, so do not use with untrusted code.
object_usage_linter(interpret_glue = TRUE)
interpret_glue |
If TRUE, interpret |
correctness, default, executing, readability, style
linters for a complete list of linters available in lintr.