Create a materialized view from a lazy 'tbl_dbi'
| 1 | create_mtrl_views(..., .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.