download_directory_cnt {connector} | R Documentation |
Download a directory
Description
Generic implementing of how to download a directory for a connector. Mostly relevant for file storage connectors.
-
ConnectorFS: Uses
fs::dir_copy()
.
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.
[Package connector version 0.1.1 Index]