Description Usage Arguments Details Value See Also Examples
Unlike the queryAthena
function, the render_sql parameter provides a pause after rendering in case the user wants to copy and paste the rendered SQL into a client if the session is interactive. This is particularly useful with large operations that are better executed within a background client.
1 2 3 4 5 6 7 8 | sendAthena(
conn,
conn_fun = "connectAthena()",
sql_statement,
verbose = TRUE,
render_sql = TRUE,
render_only = FALSE
)
|
conn |
PARAM_DESCRIPTION, Default: NULL |
sql_statement |
PARAM_DESCRIPTION |
DETAILS
OUTPUT_DESCRIPTION
1 2 3 4 5 6 | ## Not run:
if (interactive()) {
# EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.