Description Usage Arguments Value Examples
Delete a table
1 | delete_table(conn, dbname, table)
|
conn |
|
dbname |
Data base name |
table |
Table name |
Returns TRUE
or FALSE
, whether the execution succeeded or not.
1 2 3 4 5 | ## Not run:
conn <- Td(apikey = "xxxxx")
delete_table(conn, "mydb", "iris")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.