Learn R Programming

RTD (version 0.4.1)

exist_table: Check table existence

Description

Check table existence

Usage

exist_table(conn, dbname, table)

Arguments

conn

Td connection

dbname

Data base name

table

Table name

Value

Returns TRUE or FALSE, existence.

Examples

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

Run the code above in your browser using DataLab