Description Usage Arguments Examples
This function returns a list of all Schemas in defined Catalog
1 | showSchemas(conn, ...)
|
conn |
The connection to the database |
... |
currently ignored |
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
require(DBI)
conn <- dbConnect(DoordaHost(),
user='username',
password='password',
catalog='doordastats_snapshot',
schema='doordastats_snapshot')
catalogs = showSchemas(conn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.