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 ofMicrosoft365R::ms_drive()
class
Value
R object with the content. For rectangular data a data.frame.