infoMessages | R Documentation |
Turn on or off information messages.
infoMessages(input)
input |
Input variable indicating to print info messages ('on', or 1, or TRUE) or not ('off', 0, or FALSE). |
Other Functions for package use:
info()
# To turn on the info messages (all the same): infoMessages('on') infoMessages(1) infoMessages(TRUE) # To turn off the info messages (all the same): infoMessages('off') infoMessages(0) infoMessages(FALSE) # checking output: (out <- infoMessages(FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.