beep.RdDisplay text or array, or produce beep sound.
disp(...)
beep()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))
#> Some text, and numbers: 3.141593 2.718282
# beep()