e.observe | R Documentation |
Observe with erratum error handling.
e.observe(
x,
e = NULL,
w = NULL,
env = parent.frame(),
...,
label = NULL,
suspended = FALSE,
priority = 0,
domain = shiny::getDefaultReactiveDomain(),
autoDestroy = TRUE,
..stacktraceon = TRUE
)
x |
An expression (quoted or unquoted). Any return value will be ignored. |
e |
Error handler. |
w |
Warning handler. |
env |
The parent environment for the reactive expression. By default,
this is the calling environment, the same as when defining an ordinary
non-reactive expression. If |
... |
Not used. |
label |
A label for the observer, useful for debugging. |
suspended |
If |
priority |
An integer or numeric that controls the priority with which this observer should be executed. A higher value means higher priority: an observer with a higher priority value will execute before all observers with lower priority values. Positive, negative, and zero values are allowed. |
domain |
See domains. |
autoDestroy |
If |
..stacktraceon |
Advanced use only. For stack manipulation purposes; see
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.