Skip to contents

Addition list content methods for databricks connectors implemented for connector::download_directory_cnt():

Usage

download_directory_cnt(connector_object, src, dest = basename(src), ...)

# S3 method for class 'ConnectorSharepoint'
download_directory_cnt(
  connector_object,
  src,
  dest = basename(src),
  ...,
  recursive = TRUE
)

Arguments

connector_object

Connector The connector object to use.

src

The name of the directory to download from SharePoint

dest

The local directory path to save the downloaded content

...

additional paramaeters passed on to download_folder() method of ms_drive class.

recursive

If recursive is TRUE, all subfolders will also be transferred recursively. Default: FALSE

Value

ConnectorSharepoint object