filter_log {IDEAFilter} | R Documentation |
A logging function that captures the shiny namespace
Description
A logging function that captures the shiny namespace
Usage
filter_log(..., ns, verbose = TRUE)
Arguments
... |
fields to be logged |
ns |
the name of the current active namespace. if missing, will be derived from parent environment. |
verbose |
whether log should be written |
Value
NULL
[Package IDEAFilter version 0.2.0 Index]