lint_ns {SIAtools} | R Documentation |
Check the {shiny}
module UI functions for ns()
omission
Description
This is a simple wrapper of lintr::lint_package()
call using only the
module_namespace_linter()
from {SIAtools}
. See the
linter documentation for more details.
Usage
lint_ns(path = curr_proj(), ...)
Arguments
path |
character, path to the package root directory. Default is the current project’s directory. |
... |
Arguments passed on to
|
Value
An object of class c("lints", "list"), each element of which is a "list" object.
See Also
Other linter-related functions:
module_namespace_linter()
Examples
## Not run:
lint_ns()
## End(Not run)