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.

sendAthena(
  conn,
  conn_fun = "connectAthena()",
  sql_statement,
  verbose = TRUE,
  render_sql = TRUE
)

Arguments

conn

PARAM_DESCRIPTION, Default: NULL

sql_statement

PARAM_DESCRIPTION

Value

OUTPUT_DESCRIPTION

Details

DETAILS

See also

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }