Skip to contents

Addition read methods for databricks connectors implemented for connector::read_cnt():

Usage

read_cnt(connector_object, name, ...)

Arguments

connector_object

connector The connector object to use.

name

character Name of the content to read, write, or remove. Typically the table name.

...

Additional arguments passed to the method for the individual connector.

Value

R object with the content. For rectangular data a data.frame.