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