Check for missing arguments in function calls.
Usage
missing_argument_linter(except = c("switch", "alist"), allow_trailing = FALSE)
Arguments
- except
a character vector of function names as exceptions.
- allow_trailing
always allow trailing empty arguments?
See also
linters for a complete list of linters available in lintr.