download_directory_cnt | R Documentation |
Generic implementing of how to download a directory for a connector. Mostly relevant for file storage connectors.
ConnectorFS: Uses fs::dir_copy()
.
download_directory_cnt(connector_object, name, dir = name, ...)
## S3 method for class 'ConnectorFS'
download_directory_cnt(connector_object, name, dir = basename(name), ...)
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. |
invisible connector_object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.