db_deleteRow: removes rows from a table in the database specified by the...

View source: R/dbAccess.R

db_deleteRowR Documentation

removes rows from a table in the database specified by the 'where' argument

Description

removes rows from a table in the database specified by the 'where' argument

Usage

db_deleteRow(db, tableName, where = NA)

Arguments

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

Value

nothing


BenBruyneel/BBPersonalR documentation built on Aug. 23, 2024, 8:28 p.m.