powered by
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")
No returned value, used for side effects
One or more objects which can be coerced to character which are pasted together using sep.
sep
character. Used to separate terms. Not NA_character_
character. Type of message to add to run log. One of "status", (default) "info", or "warning".
if (FALSE) { # Write a message to run log updateRunLog(msg) # Construct and write a message to run log updateRunLog(msg, additionalMsg, sep = " ") }
Run the code above in your browser using DataLab