db_schema_list() lists the available schemas on the database.
db_schema_list(con, include_default = TRUE, ...)An object of class "src" or "DBIConnection".
Boolean, if TRUE (default), also the default schema
on the database is included in the result
Passed on to the individual methods.
A tibble with the following columns:
schema_namethe names of the schemas,
schema_ownerthe schema owner names.
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.
Other schema handling functions:
db_schema_create(),
db_schema_drop(),
db_schema_exists()