View source: R/RegLogConnector.R
RegLogConnectorMessage | R Documentation |
Create an object of ReglogConnectorMessage class. It is used
to send data to objects that inherit their class from RegLogConnector
RegLogConnectorMessage(type, ..., logcontent = NULL) is.RegLogConnectorMessage(x)
type |
character string declaring the type of message |
... |
named arguments that will be passed as data |
logcontent |
character string. Optional description to save into logs. |
x |
Any R object |
object of RegLogConnector
class, containing fields:
time: numeric representation of Sys.time()
type: character specifying the type of message
data: list of values that are to be sent alongside the message
logcontent: Character string with information to be saved in logs. Optional.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.