Usage
onEvent(name, expr, ..., session = getDefaultReactiveDomain())
Arguments
- name
the name of the event to react to
- expr
the expression to run when the event
is triggered.
- ...
currently not used
- session
The shiny session object
Value
An observeEvent object. This object will
rarely be used, on is mainly called for side-effects.