alarm | R Documentation |
Gives an audible or visual signal to the user.
alarm()
alarm()
works by sending a "\a"
character to the console.
On most platforms this will ring a bell, beep, or give some other signal
to the user (unless standard output has been redirected).
It attempts to flush the console (see flush.console
).
No useful value is returned.
alarm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.