
Turn on or off information messages.
infoMessages(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()
# NOT RUN {
# 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))
# }
Run the code above in your browser using DataLab