Initializes schema, tables and views
1 | bdc_db_init(con, schema_name = "retail", overwrite = FALSE)
|
con |
PostgreSQL database connection |
schema_name |
Name of the schema to use |
overwrite |
If exists, it will delete the existing schema and replace it with the new content |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.