| dbReadTable,DatabricksConnection,AsIs-method | R Documentation |
Read a Databricks table (AsIs method)
## S4 method for signature 'DatabricksConnection,AsIs'
dbReadTable(conn, name, ...)
conn |
A DatabricksConnection object |
name |
Table name as AsIs object (from I()) |
... |
Additional arguments passed to dbGetQuery |
A data.frame with table contents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.