Description Usage Arguments Value Examples
Delete a database
1 | delete_database(conn, dbname)
|
conn |
|
dbname |
Target data base name |
Returns TRUE
or FALSE
, whether the execution succeeded or not.
1 2 3 4 5 | ## 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.