Returns a character vector of tables names for the database connection conn where the tables contain a column matching a specific regular expression.
1 | get_table_w_col(conn, pattern, expunge_list = character(0), owner)
|
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". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.