lint_ns | R Documentation |
{shiny}
module UI functions for ns()
omissionThis is a simple wrapper of lintr::lint_package()
call using only the
module_namespace_linter()
from {SIAtools}
. See the
linter documentation for more details.
lint_ns(path = curr_proj(), ...)
path |
character, path to the package root directory. Default is the current project’s directory. |
... |
Arguments passed on to
|
An object of class c("lints", "list"), each element of which is a "list" object.
Other linter-related functions:
module_namespace_linter()
## Not run:
lint_ns()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.