Learn R Programming

berryFunctions (version 1.11.0)

timer: Timer alarm

Description

Beeps in a given interval and gives a progress bar in the console

Usage

timer(interval = 20, n = 15, write = FALSE)

Arguments

interval
alarm interval in seconds. DEFAULT: 20
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

Value

none

Details

defaults to practice useR lightning talks: 15 slides, each shown 20 secs, change automatically

References

http://user2015.math.aau.dk/lightning_talks

See Also

alarm, Sys.sleep, txtProgressBar

Examples

Run this code

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