RegLogConnectorMessage {shiny.reglog}R Documentation

create RegLogConnectorMessage object

Description

Create an object of ReglogConnectorMessage class. It is used to send data to objects that inherit their class from RegLogConnector

Usage

RegLogConnectorMessage(type, ..., logcontent = NULL)

is.RegLogConnectorMessage(x)

Arguments

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

Value

object of RegLogConnector class, containing fields:


[Package shiny.reglog version 0.5.2 Index]