Create a table inside a database connection
1 2 | create_db_tbls(..., type = c("view", "materialized view", "table"),
.checks = TRUE, schema = "public")
|
... |
Name-value pairs of expressions. The name will be the name of the materialized view, and the expression should be the name of the 'tbl_dbi' |
type |
The type of table/view to create |
.checks |
Perform checks to make sure materialized view doesn't already exist? |
schema |
database schema in which to place |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.