Create a table from a lazy 'tbl_dbi'
1 | create_tables(..., .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' |
.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.