send: Send a SQL Statement to Postgres

Description Usage

View source: R/sql.R

Description

Send a SQL Statement to Postgres

Usage

 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,
  ...
)

patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.