View source: R/db_truncate_table.R
db_truncate_table | R Documentation |
TRUNCATE TABLE
statement for a database table.Beware that this function will remove the contents of a database table, and possibly other tables so use with caution.
db_truncate_table(
con,
table,
cascade = FALSE,
verbose = FALSE,
progress = FALSE
)
con |
Database connection. |
table |
Table to remove all data from. |
cascade |
Should the |
verbose |
Should the function give messages? |
progress |
Should a progress bar be displayed? |
Invisible con
.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.