Skip to contents

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

Usage

upload_cnt(connector_object, file, name = basename(file), ...)

# S3 method for class 'ConnectorSharepoint'
upload_cnt(
  connector_object,
  file,
  name = basename(file),
  ...,
  recursive = FALSE
)

Arguments

connector_object

Connector The connector object to use.

file

character Path to the file to download to or upload from

name

character Name of the content to read, write, or remove. Typically the table name.

...

ConnectorSharepoint: Additional parameters to pass to the upload_file() or upload_folder() method of Microsoft365R::ms_drive() class.

recursive

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

Value

ConnectorSharepoint object