| dbCreateTableAs | R Documentation | 
Create a table in database using a statement
dbCreateTableAs(conn, name, sql, overwrite = FALSE, with = NULL, ...)
| conn | a  | 
| name | The table name, passed on to  
 | 
| sql | a character string containing SQL statement. | 
| overwrite | A boolean indicating if an existing table should be overwritten. Default to FALSE. | 
| 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.