Learn R Programming

RTD (version 0.4.2)

exist_table: Check table existence

Description

Check table existence

Usage

exist_table(conn, dbname, table)

Value

Returns TRUE or FALSE, existence.

Arguments

conn

Td connection

dbname

Data base name

table

Table name

Examples

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

Run the code above in your browser using DataLab