Learn R Programming

fame (version 1.13)

alarmc: Interface to alarm() system call

Description

On Unix, this is a simple wrapper around the POSIX alarm() system call. On Windows, no such system call is available, so this function does nothing. It is here only to stop R CMD check from complaining about it not being here.

Usage

alarmc(seconds = 0)

Arguments

seconds
ignored

See Also

Sys.sleep