powered by
Delete a table
delete_table(conn, dbname, table)
Returns TRUE or FALSE, whether the execution succeeded or not.
TRUE
FALSE
Td connection
Td
Data base name
Table name
if (FALSE) { conn <- Td(apikey = "xxxxx") delete_table(conn, "mydb", "iris") }
Run the code above in your browser using DataLab