pause function

pause

pause

A replication of MatLab pause function.

pause(x = 0)

Arguments

  • x: optional. If x>0 a call is made to Sys.sleep. Else, execution pauses until a key is entered.

References

Copied from:

https://stat.ethz.ch/pipermail/r-help/2001-November/

Author(s)

Derek Beaton (but the pase of which is provided by Phillipe Brosjean from the R mailing list.)

  • Maintainer: Derek Beaton
  • License: GPL-2
  • Last published: 2019-01-07

Useful links