log_write_connector.ConnectorFS {connector} | R Documentation |
Log Write Operation for FS connector
Description
Implementation of the log_write_connector function for the ConnectorFS class.
Usage
## S3 method for class 'ConnectorFS'
log_write_connector(connector_object, name, ...)
Arguments
connector_object |
The ConnectorFS object. |
name |
The name of the connector. |
... |
Additional parameters. |
[Package connector version 0.1.1 Index]