| delete_table | R Documentation |
Delete a table
delete_table(conn, dbname, table)
conn |
|
dbname |
Data base name |
table |
Table name |
Returns TRUE or FALSE, whether the execution succeeded or not.
## Not run:
conn <- Td(apikey = "xxxxx")
delete_table(conn, "mydb", "iris")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.