db_deleteRow | R Documentation |
removes rows from a table in the database specified by the 'where' argument
db_deleteRow(db, tableName, where = NA)
db |
database access 'handle' |
tableName |
name of the table |
where |
allows for conditional retrieving, should be in the form of a character vector specifying the conditions and boolean operators, eg: c("age = 45", " AND ", "gender = 'M'). if this parameter is NA, then nothing happens |
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.