sql_query_save.PrestoConnection {RPresto} | R Documentation |
dbplyr SQL methods
Description
dbplyr SQL methods
Usage
## S3 method for class 'PrestoConnection'
sql_query_save(con, sql, name, temporary = TRUE, ..., with = NULL)
Arguments
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. |