View source: R/get_object_ids_not_in_tbl.R
Returns a character vector of OBJECT_ID values from a character vector (o_ids) that were not found to be in the database table being queried.
| 1 | get_object_ids_not_in_tbl(conn, o_id, table_name)
 | 
| 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 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.