dbFetch,DatabricksResult-method | R Documentation |
Fetch results from Databricks query
## S4 method for signature 'DatabricksResult'
dbFetch(res, n = -1, ...)
res |
A DatabricksResult object |
n |
Maximum number of rows to fetch (-1 for all rows) |
... |
Additional arguments (ignored) |
A data.frame with query results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.