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