message | R Documentation |
This function is identical to base R's message
,
but it includes logging of the exception message via loggit()
.
message(..., domain = NULL, appendLF = TRUE, .loggit = NA, echo = get_echo())
... |
zero or more objects which can be coerced to character
(and which are pasted together with no separator) or (for
|
domain |
see |
appendLF |
logical: should messages given as a character string have a newline appended? |
.loggit |
Should the condition message be added to the log?
If |
echo |
Should the log entry (json) be echoed to |
Invisible NULL
.
Other handlers:
debuginfo()
,
stop()
,
stopifnot()
,
warning()
## Not run:
message("Don't say such silly things!")
message("Don't say such silly things!", appendLF = FALSE, echo = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.