RTD (version 0.4.1)

delete_table: Delete a table

Description

Delete a table

Usage

delete_table(conn, dbname, table)

Arguments

conn

Td connection

dbname

Data base name

table

Table name

Value

Returns TRUE or FALSE, whether the execution succeeded or not.

Examples

Run this code
# NOT RUN {
conn <- Td(apikey = "xxxxx")
delete_table(conn, "mydb", "iris")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab