dbGetQuery,DatabricksConnection,character-method | R Documentation |
Execute SQL query and return results
## S4 method for signature 'DatabricksConnection,character'
dbGetQuery(
conn,
statement,
disposition = "EXTERNAL_LINKS",
show_progress = TRUE,
...
)
conn |
A DatabricksConnection object |
statement |
SQL statement to execute |
disposition |
Query disposition mode: "EXTERNAL_LINKS" (default) for large results, "INLINE" for small metadata queries (automatically chooses appropriate format) |
show_progress |
If TRUE, show progress updates during query execution (default: TRUE) |
... |
Additional arguments passed to underlying query execution |
A data.frame with query results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.