sqlCreateTableAs | R Documentation |
Compose query to create a simple table using a statement
sqlCreateTableAs(con, name, sql, with = NULL, ...)
con |
A database connection. |
name |
The table name, passed on to
|
sql |
a character string containing SQL statement. |
with |
An optional WITH clause for the CREATE TABLE statement. |
... |
Other arguments used by individual methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.