dbGetQuery,MoJAthenaConnection,character-method | R Documentation |
See noctua::dbGetQuery()
. This function calls noctua::dbGetQuery()
, after replacing any references to __temp__
in the statement with your temporary database in Athena. Your temporary database will be created
if you do not already have one.
## S4 method for signature 'MoJAthenaConnection,character'
dbGetQuery(conn, statement, statistics = FALSE, ...)
conn |
A DBIConnection object, as returned by |
statement |
a character string containing SQL. |
statistics |
If set to |
... |
Other parameters passed on to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.