download_directory_cnt | R Documentation |
Additional list content methods for Databricks connectors implemented for
connector::download_directory_cnt()
:
ConnectorDatabricksVolume: Reuses the
connector::download_directory_cnt()
method for
ConnectorDatabricksVolume, but always sets the
catalog
, schema
and path
as defined in when initializing the connector.
download_directory_cnt(connector_object, src, dest = basename(src), ...)
## S3 method for class 'ConnectorDatabricksVolume'
download_directory_cnt(connector_object, src, dest = basename(src), ...)
connector_object |
Connector The connector object to use. |
src |
character The name of the directory to download from the connector |
dest |
character Path to the directory to download to |
... |
ConnectorDatabricksVolume: Additional parameters to pass to
the |
invisible connector_object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.