read_cnt: Read content from the connector

read_cntR Documentation

Read content from the connector

Description

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

  • ConnectorSharepoint: Reuses the connector::read_cnt() method for ConnectorSharepoint()

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 ms_drive class

Value

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


connector.sharepoint documentation built on June 1, 2026, 9:07 a.m.