View source: R/databricks-dbplyr.R
sql_query_save.DatabricksConnection | R Documentation |
Create temporary views and tables in Databricks
## S3 method for class 'DatabricksConnection'
sql_query_save(con, sql, name, temporary = TRUE, ...)
con |
A DatabricksConnection object |
sql |
SQL query to save as table/view |
name |
Name for the temporary view or table |
temporary |
Whether the object should be temporary (default: TRUE) |
... |
Additional arguments (ignored) |
The table/view name (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.