Waiting loop for program execution
Wait for approximately sec
seconds during program execution
delayt(sec) # wait for sec seconds
sec |
Number of seconds to wait |
calls Sys.time()
the number of internal calls of Sys.time()
Christian W. Hoffmann <christian@echoffmann.ch>
Sys.time(); nrof <- delayt(5); Sys.time() print(nrof) # 116596 on my machine (2.33 GHz MacBook Pro)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.