Run Setup
1 2 3 4 5 6 7 8 | run_setup(
conn_fun = "pg13::local_connect()",
civic_schema = "civic",
log_table_name = "setup_civic_log",
civic_version = as.character(Sys.time()),
verbose = TRUE,
render_sql = TRUE
)
|
conn_fun |
PARAM_DESCRIPTION, Default: 'pg13::local_connect()' |
civic_schema |
PARAM_DESCRIPTION, Default: 'civic' |
log_table_name |
PARAM_DESCRIPTION, Default: 'setup_civic_log' |
civic_version |
PARAM_DESCRIPTION, Default: as.character(Sys.time()) |
verbose |
PARAM_DESCRIPTION, Default: TRUE |
render_sql |
PARAM_DESCRIPTION, Default: TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.