delete_table: Delete a table

View source: R/table.R

delete_tableR Documentation

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

## Not run: 
conn <- Td(apikey = "xxxxx")
delete_table(conn, "mydb", "iris")

## End(Not run)


RTD documentation built on Dec. 9, 2025, 1:06 a.m.