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