Description Usage Arguments Value
If the table exists, prompts user for whether they want it dropped, with the additional option of cascading to any dependent views.
1 2 3 4 5 6 7 | dbCheckTable(src, name, schema = "public")
## S3 method for class 'src_dbi'
dbCheckTable(src, name, schema = "public")
## S3 method for class 'DBIConnection'
dbCheckTable(src, name, schema = "public")
|
src |
A data source / DB connection |
name |
Name of table or view |
schema |
Name of database schema in which to look |
TRUE if table does not exist; FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.