Description Usage Arguments Details Value Author(s) Examples
View source: R/event.registry.R
Predicate to test if an EventRegistry has an Event of a given name
1 | has.event(registry, event)
|
registry |
EventRegistry |
event |
String. Name of the Event. |
Predicate to test if an EventRegistry has an Event of a given name
Logical
Brad Friedman
1 2 3 4 | r <- new.event.registry()
has.event(r, "mouseclick")
add.event(r, "mouseclick")
has.event(r, "mouseclick")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.