delete_database_record_by_object_id: Returns logical vector indicating TRUE if record was deleted.

Description Usage Arguments

View source: R/delete_database_record_by_object_id.R

Description

This deletes records one at a time, which is expensive in time, but returns a logical variable indicating success (TRUE) or failure for each object Id provided.

Usage

1

Arguments

conn

database connection object

table

character variable having the database table name

object_id

integer vector with obr object Id(s) to delete


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