View source: R/ssimEnvironment.R
updateRunLog | R Documentation |
This function is designed to facilitate the development of R-based Syncrosim Packages by allowing developers to send messages to the run log.
updateRunLog(..., sep = "", type = "status")
... |
One or more objects which can be coerced to character
which are pasted together using |
sep |
character. Used to separate terms. Not NA_character_ |
type |
character. Type of message to add to run log. One of "status", (default) "info", or "warning". |
No returned value, used for side effects
## Not run:
# Write a message to run log
updateRunLog(msg)
# Construct and write a message to run log
updateRunLog(msg, additionalMsg, sep = " ")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.