drop_table | R Documentation |
Drop a database table in user's own schema.
drop_table(table_name, conn = con, purge = TRUE, silent = F)
table_name |
name of the table in SQL database |
conn |
connection object created using |
purge |
logical. If |
silent |
If |
## Not run:
# If connection object is named `con`
drop_table("INT646_TABLE_DB")
# If connection object is not named `con`
drop_table("INT646_TABLE_DB", conn = my_connection_name)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.