message2 | R Documentation |
This function prints a message for each element in a character vector, instead of
collapsing them into a single line as done by, message()
.
message2(vec)
vec |
A character vector to be printed. |
message2(c("Hello", "world", "!", "I", "am", "here"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.