powered by
Beeps in a given interval and gives a progress bar in the console
timer(interval = 20, n = 15, write = FALSE)
alarm interval in seconds. DEFAULT: 20
alarm
number of alarm signals to be given. DEFAULT: 15
Should the actual estimated time be written for overhead computing time control purposes? DEFAULT: FALSE
none
defaults to practice useR lightning talks: 15 slides, each shown 20 secs, change automatically
http://user2015.math.aau.dk/lightning_talks
alarm, Sys.sleep, txtProgressBar
Sys.sleep
txtProgressBar
# NOT RUN { 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 # }
Run the code above in your browser using DataLab