Description Usage Arguments See Also
Query
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | query(
conn,
conn_fun = "pg13::local_connect()",
checks = c("conn_status", "conn_type", "rows", "source_rows"),
sql_statement,
verbose = TRUE,
render_sql = TRUE,
render_only = FALSE,
log_file = "",
append_log = TRUE,
sep_log = "\n",
sql_style = c("inline", "chunk"),
rmd_file = "",
sql_file = "",
warn_no_rows = "deprecated",
warnMissingParameters = TRUE,
...
)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.