Skip to contents

Addition read methods for databricks connectors implemented for connector::read_cnt():

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 of Microsoft365R::ms_drive() class

Value

R object with the content. For rectangular data a data.frame.