ExcelMessaging | R Documentation |
R6 class for tracking and printing messages for the Excel template
type
"warnings" or "errors" (could potentially include other kind of information)
messages
list of messages included in each script section
new()
Initialize an ExcelMessaging
object
ExcelMessaging$new(type)
type
"warnings" or "errors"
A new ExcelMessaging
object
displayMessage()
display the messages stored in messages
ExcelMessaging$displayMessage()
Messages content
getMessageHeader()
Get message header
ExcelMessaging$getMessageHeader(section)
section
name of R script section
getNoIssueMessage()
Get message displaying no issue identified
ExcelMessaging$getNoIssueMessage()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.