get_table_names: 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.

Usage

1
get_table_names(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.