get_tables_views_and_columns: Get tables, views, and columns for a database connection.

Description Usage Arguments

View source: R/animalr.R

Description

Get tables, views, and columns for a database connection.

Usage

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

Arguments

conn

database connection object

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.