disp,beep | R Documentation |
Display text or array, or produce beep sound.
disp(...)
beep()
... |
any R object that can be printed. |
Display text or array, or produces the computer's default beep sound using ‘cat’ with closing newline.
beep() returns NULL invisibly, disp() displays with newline.
disp("Some text, and numbers:", pi, exp(1))
# beep()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.