Description Usage Arguments Examples
Calls FUN every ms/1000 seconds. A timer is stopped through its stop_timer
method which is called using OO style: obj$stop_timer()
.
1 2 3 4 5 6 7 8 9 10 |
ms |
interval in milliseconds |
FUN |
FUnction to call. Has one argument, data passed in |
data |
passed to function |
one.shot |
logical. If TRUE, called just once, else repeats |
start |
logical. If FALSE, started by |
toolkit |
gui toolkit to dispatch into |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.