sleep: System sleep

Description Usage Arguments Author(s) Examples

View source: R/sleep.R

Description

Makes the system sleep/halt for a specified time, to slow down computation, plotting points, etc.

Usage

1
sleep(x)

Arguments

x

Number of seconds to sleep the system for.

Author(s)

Theo Pepler

Examples

1
2
# Sleep the system for 5 seconds
sleep(5)

tpepler/theolib documentation built on Aug. 10, 2021, 9:53 a.m.