id_tables_in_dbs | R Documentation |
Identify rows with given table name, database name, or schema in the MetaData table in the R&A's documentation database.
id_tables_in_dbs(.table_name, .server_name, .database_name, .schema)
.table_name |
the name of a table that may be located somewhere, as a quoted string |
.server_name |
the name of the server that hosts the database |
.database_name |
the name of a database in the warehouse , as a quoted string |
.schema |
the name of a schema in the warehouse, as a quoted string |
a tibble with all unique table, schema, database, and server combinations found in the MetaData table
## Not run:
library(ideadata)
id_tables_in_dbs("Students")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.