db.exists | R Documentation |
Check for the existence of a database table, view, or index
db.exists(db, name)
db |
The database connection. S4 object of class "database". |
name |
The name of the table, view, or index in the database. |
TRUE
if the item exists. Otherwise FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.