| dbGetQuery,DatabricksConnection,character-method | R Documentation |
Execute SQL query and return results
## S4 method for signature 'DatabricksConnection,character'
dbGetQuery(
conn,
statement,
disposition = conn@disposition,
show_progress = conn@show_progress,
...
)
conn |
A DatabricksConnection object |
statement |
SQL statement to execute |
disposition |
Query disposition mode. Defaults to the connection's
|
show_progress |
If |
... |
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.