delayt: Waiting loop for program execution

Description Usage Arguments Details Value Author(s) Examples

Description

Wait for approximately sec seconds during program execution

Usage

1
  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

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

cwhmisc documentation built on May 1, 2019, 7:55 p.m.