timer | R Documentation |
Beeps in a given interval and gives a progress bar in the console
timer(interval = 20, n = 15, write = FALSE)
interval |
|
n |
number of alarm signals to be given. DEFAULT: 15 |
write |
Should the actual estimated time be written for overhead computing time control purposes? DEFAULT: FALSE |
defaults to practice useR lightning talks: 15 slides, each shown 20 secs, change automatically
none
Berry Boessenkool, berry-b@gmx.de, June 2015
https://user2015.math.aau.dk/lightning_talks
alarm
, Sys.sleep
, txtProgressBar
## Not run: ## Skip time consuming checks on CRAN
timer(interval=0.5, n=3)
timer(interval=0.2, n=8, write=TRUE) # a slight deviation occurs for a large n
# timer() # to practice lightning talks at useR! conferences
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.