dbExecute,MoJAthenaConnection,character-method | R Documentation |
See noctua::Query. This function calls noctua::dbExecute()
, 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'
dbExecute(conn, statement, ...)
conn |
A DBIConnection object, as returned by |
statement |
a character string containing SQL. |
... |
Other parameters passed on to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.