Search notes:

R function: message

message("Forty-two")
# Forty-two

message("foo", "bar", "baz")
# foobarbaz
Github repository about-r, path: /functions/message.R

See also

R function: cat, print, sprintf
Index to (some) R functions

Index