Query

query(
  conn,
  conn_fun,
  sql_statement,
  verbose = TRUE,
  render_sql = TRUE,
  render_only = FALSE,
  sql_style = c("inline", "chunk"),
  warn_no_rows = "deprecated",
  ...
)

Arguments

conn

Connection object

sql_statement

A SQL Statement.

verbose

If TRUE, details on the activity are returned in the console, such as when the querying starting and was completed.

render_sql

If TRUE, the SQL statement for the operation is returned in the console.

warn_no_rows

If TRUE, a warning is given that query has returned 0 rows.

See also