View source: R/databricks-dbplyr.R
| db_collect.DatabricksConnection | R Documentation |
Collect query results with proper progress timing for Databricks
## S3 method for class 'DatabricksConnection'
db_collect(
con,
sql,
n = -1,
warn_incomplete = TRUE,
show_progress = con@show_progress,
...
)
con |
A DatabricksConnection object |
sql |
SQL query to execute |
n |
Maximum number of rows to collect (-1 for all) |
warn_incomplete |
Whether to warn if results were truncated |
show_progress |
If |
... |
Additional arguments |
A data frame with query results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.