get_table_names_w_id_col: Returns a character vector of table names for the database...

Description Usage Arguments

View source: R/animalr.R

Description

Returns a character vector of table names for the database connection conn where the names do not include specified strings, each table has a column with the name 'id', and the master table is listed first.

Usage

1
get_table_names_w_id_col(conn, expunge_list = character(0), owner = "DBO")

Arguments

conn

database connection

expunge_list

character vector with regexpression patterns to be expunged (removed) from the list of tables. The expunge_list has no built in expressions.

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.