Learn R Programming

RTD (version 0.4.1)

delete_table: Delete a table

Description

Delete a table

Usage

delete_table(conn, dbname, table)

Value

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

Arguments

conn

Td connection

dbname

Data base name

table

Table name

Examples

Run this code
if (FALSE) {
conn <- Td(apikey = "xxxxx")
delete_table(conn, "mydb", "iris")
}

Run the code above in your browser using DataLab