Addition read methods for databricks connectors implemented for
connector::read_cnt():
ConnectorSharepoint: Reuses the
connector::read_cnt()method forConnectorSharepoint()
Usage
read_cnt(connector_object, name, ...)
# S3 method for class 'ConnectorSharepoint'
read_cnt(connector_object, name, ...)Arguments
- connector_object
Connector The connector object to use.
- name
The name of the file to read
- ...
ConnectorSharepoint: Additional parameters to pass to the
get_item()method ofms_driveclass
Value
R object with the content. For rectangular data a data.frame.
