delete_id_from_tbl: Returns the number of rows deleted from a database table when...

Description Usage Arguments

View source: R/delete_id_from_tbl.R

Description

Returns the number of rows deleted from a database table when all the rows associated with a list of names are deleted.

Usage

1
delete_id_from_tbl(conn, table_name, ids, owner = "dbo")

Arguments

conn

database connection object

table_name

character vector of length 1 having the table name

ids

character vector containing the animal Ids

owner

character vector of length 1 having the database schema owner. Defaults to "DBO".


rmsharp/animalr documentation built on March 10, 2021, 1:12 p.m.