dbRemoveTable,MoJAthenaConnection,character-method | R Documentation |
See noctua::dbRemoveTable()
. This function calls noctua::dbRemoveTable()
, after replacing any references to __temp__
in the names argument with your temporary database in Athena.
## S4 method for signature 'MoJAthenaConnection,character'
dbRemoveTable(conn, name, delete_data = TRUE, confirm = FALSE, ...)
conn |
A DBIConnection object, as returned by |
name |
The table name, passed on to
|
delete_data |
Deletes S3 files linking to AWS Athena table |
confirm |
Allows for S3 files to be deleted without the prompt check. It is recommend to leave this 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.