| delete_table {RTD} | R Documentation | 
Delete a table
Description
Delete a table
Usage
delete_table(conn, dbname, table)
Arguments
| conn | 
 | 
| dbname | Data base name | 
| table | Table name | 
Value
Returns TRUE or FALSE, whether the execution succeeded or not.
Examples
## Not run: 
conn <- Td(apikey = "xxxxx")
delete_table(conn, "mydb", "iris")
## End(Not run)
[Package RTD version 0.4.1 Index]