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