read_cnt | R Documentation |
Additional read methods for Databricks connectors implemented for
connector::read_cnt()
:
ConnectorDatabricksTable: Reuses the connector::read_cnt()
method for ConnectorDatabricksTable, but always
sets the catalog
and schema
as defined in when initializing the
connector.
ConnectorDatabricksVolume: Reuses the connector::read_cnt()
method for ConnectorDatabricksVolume, but always
sets the catalog
, schema
and path
as defined in when initializing the
connector.
read_cnt(connector_object, name, ...)
## S3 method for class 'ConnectorDatabricksTable'
read_cnt(connector_object, name, ..., timepoint = NULL, version = NULL)
## S3 method for class 'ConnectorDatabricksVolume'
read_cnt(connector_object, name, ...)
connector_object |
Connector The connector object to use. |
name |
character Name of the content to read, write, or remove. Typically the table name. |
... |
ConnectorDatabricksVolume: Additional parameters to pass to the
|
timepoint |
Timepoint in Delta time travel syntax format. |
version |
Table version generated by the operation. |
R object with the content. For rectangular data a data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.