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