sql_query_save.PrestoConnection | R Documentation |
dbplyr SQL methods
## S3 method for class 'PrestoConnection'
sql_query_save(con, sql, name, temporary = TRUE, ..., with = NULL)
con |
A database connection. |
sql |
a character string containing SQL statement. |
name |
The table name, passed on to
|
temporary |
If a temporary table should be created. Default to TRUE in
the |
... |
Other arguments used by individual methods. |
with |
An optional WITH clause for the CREATE TABLE statement. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.