powered by
Delete a database
delete_database(conn, dbname)
Returns TRUE or FALSE, whether the execution succeeded or not.
TRUE
FALSE
Td client
Td
Target data base name
if (FALSE) { conn <- Td(apikey = "xxxx") delete_database(conn, "mydb") }
Run the code above in your browser using DataLab