View source: R/db_remove_rows.R
Allows you to drop specified rows from a database rather than deleting the whole table
1 | remove_db_rows(db, table, column, vals)
|
db |
a database connection |
table |
the table to modify |
column |
the column to apply filters on |
vals |
the values to use in the filter |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.