db_schema_exists | R Documentation |
db_schema_exists()
checks, if a schema exists on the database.
db_schema_exists(con, schema, ...)
con |
An object of class |
schema |
Class |
... |
Passed on to the individual methods. |
Methods are not available for all DBMS.
Additional arguments are:
dbname
: supported for MSSQL. Check if a schema exists on a different
database on the connected MSSQL-server; default: database addressed by con
.
A boolean: TRUE
if schema exists, FALSE
otherwise.
Other schema handling functions:
db_schema_create()
,
db_schema_drop()
,
db_schema_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.