Send a SQL Statement to Postgres
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | send(
conn,
conn_fun = "pg13::local_connect()",
sql_statement,
log_file = "",
append_log = TRUE,
sep_log = "\n",
checks = c("conn_status", "conn_type"),
verbose = TRUE,
render_sql = TRUE,
render_only = FALSE,
sql_style = c("inline", "chunk"),
rmd_file = "",
sql_file = "",
warnOnMissingParameters = TRUE,
...
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.