Learn R Programming

connector (version 0.1.0)

log_write_connector: Log Write Connector

Description

This function is a generic for logging the writing of a connector object. The actual implementation of the logging is determined by the specific method for the connector object's class.

Usage

log_write_connector(connector_object, name, ...)

Value

The result of the specific method implementation.

Arguments

connector_object

The connector object to log the writing of.

name

The name of the connector.

...

Additional parameters passed to the specific method implementation