| exist_table | R Documentation |
Check table existence
exist_table(conn, dbname, table)
conn |
|
dbname |
Data base name |
table |
Table name |
Returns TRUE or FALSE, existence.
## Not run:
conn <- Td(apikey = "xxxxx")
exist_table(conn, "mydb", "iris")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.