db_schema_list | R Documentation |
db_schema_list()
lists the available schemas on the database.
db_schema_list(con, include_default = TRUE, ...)
con |
An object of class |
include_default |
Boolean, if |
... |
Passed on to the individual methods. |
Methods are not available for all DBMS.
Additional arguments are:
dbname
: supported for MSSQL. List schemas on a different database on the connected MSSQL-server;
default: database addressed by con
.
A tibble with the following columns:
schema_name
the names of the schemas,
schema_owner
the schema owner names.
Other schema handling functions:
db_schema_create()
,
db_schema_drop()
,
db_schema_exists()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.