get_table_w_col: Returns a character vector of tables names for the database...

Description Usage Arguments

View source: R/animalr.R

Description

Returns a character vector of tables names for the database connection conn where the tables contain a column matching a specific regular expression.

Usage

1
get_table_w_col(conn, pattern, expunge_list = character(0), owner)

Arguments

conn

database connection object

pattern

charcter vector of length 1 having the regular expression used to match columns.

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.