View source: R/db_drop_table.R
db_drop_table | R Documentation |
Function to drop a database table.
db_drop_table(con, table, cascade = FALSE)
con |
Database connection. |
table |
Table to drop. |
cascade |
Should the |
Invisible con
.
Stuart K. Grange.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.