remove_db_rows: Conditionally remove rows from a database table

Description Usage Arguments

View source: R/db_remove_rows.R

Description

Allows you to drop specified rows from a database rather than deleting the whole table

Usage

1
remove_db_rows(db, table, column, vals)

Arguments

db

a database connection

table

the table to modify

column

the column to apply filters on

vals

the values to use in the filter


bweiher/bwmisc documentation built on Aug. 9, 2019, 4:31 p.m.