dbRenameTable | R Documentation |
Rename a table
dbRenameTable(conn, name, new_name, ...)
conn |
A PrestoConnection. |
name |
Existing table's name. |
new_name |
New table name. |
... |
Extra arguments passed to dbExecute. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.