Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

delayt

Waiting loop for program execution


Description

Wait for approximately sec seconds during program execution

Usage

delayt(sec) # wait for sec seconds

Arguments

sec

Number of seconds to wait

Details

calls Sys.time()

Value

the number of internal calls of Sys.time()

Author(s)

Christian W. Hoffmann <christian@echoffmann.ch>

Examples

Sys.time(); nrof <- delayt(5); Sys.time()
  print(nrof) # 116596 on my machine (2.33 GHz MacBook Pro)

cwhmisc

Miscellaneous Functions for Math, Plotting, Printing, Statistics, Strings, and Tools

v6.6
GPL (>= 2)
Authors
Christian W. Hoffmann
Initial release
2018-08-24, 10:40:10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.