Learn R Programming

connector (version 0.1.0)

write_cnt.ConnectorLogger: Log Write Operation for ConnectorLogger class

Description

Implementation of the log_write_connector function for the ConnectorLogger class.

Usage

# S3 method for ConnectorLogger
write_cnt(connector_object, x, name, ...)

Value

Invisible result of the write operation.

Arguments

connector_object

The ConnectorLogger object.

x

The data to write.

name

The name of the connector.

...

Additional parameters.