Description Usage Arguments Examples
View source: R/table_metadata.R
Obtains columns, primary keys, foreign key relationships not null and column order from Amazon Redshift
1 | dwh_table_schema(table_names, schema = "public")
|
table_names |
Name of the tables to get schema |
schema |
Name of the schema where the table is, defaults to public |
1 | schema = dwh_table_schema(c('tenants', 'users'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.