delete_table_and_data | R Documentation |
Deletes both a table from an Athena database and the underlying data on S3.
delete_table_and_data(database, table)
database |
The database name. |
table |
The table name. |
`dbtools::delete_table_and_data("__temp__", "my_table")`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.