get_object_ids_in_tbl: Returns a character vector of OBJECT_ID values from a...

Description Usage Arguments

View source: R/get_object_ids_in_tbl.R

Description

Returns a character vector of OBJECT_ID values from a character vector (o_ids) that were found to be in the database table being queried.

Usage

1
get_object_ids_in_tbl(conn, o_id, table_name)

Arguments

conn

database connection object

o_id

character vector of object_id values to see if they exist in the table table_name.

table_name

character vector of length one with the table name


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