Skip to contents

Generic implementing of how to download a directory for a connector. Mostly relevant for file storage connectors.

Usage

download_directory_cnt(connector_object, name, dir = name, ...)

# S3 method for class 'ConnectorFS'
download_directory_cnt(connector_object, name, dir = basename(name), ...)

Arguments

connector_object

Connector The connector object to use.

name

character The name of the directory to download

dir

character Path to the directory to download to

...

Additional arguments passed to the method for the individual connector.

Value

invisible connector_object.