powered by
Check table existence
exist_table(conn, dbname, table)
Returns TRUE or FALSE, existence.
TRUE
FALSE
Td connection
Td
Data base name
Table name
if (FALSE) { conn <- Td(apikey = "xxxxx") exist_table(conn, "mydb", "iris") }
Run the code above in your browser using DataLab