Description Usage Arguments See Also
View source: R/utils-logical.R
Logical that checks if a schema exists in the database. The schema
argument is in formatted in all lowercase prior to checking against what is present in the database.
1 | schema_exists(conn, conn_fun, schema)
|
conn |
Connection object |
schema |
The target schema for the operation. |
Other logical functions:
db_exists()
,
field_exists()
,
table_exists()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.