find_columns: Search a database schema for column names

View source: R/find-columns.R

find_columnsR Documentation

Search a database schema for column names

Description

Search a database schema for column names

Usage

find_columns(search_term = NULL, table_name = NULL, schema = "CDW", ...)

Arguments

search_term

Pattern of the column(s) you are looking for, e.g. 'class_campaign' or 'household'

table_name

Name (or partial name) of the table (optional)

schema

In case you're searching through something other than the CDW, e.g. 'advance'

...

Passed on to get_cdw


tarakc02/getcdw documentation built on April 2, 2022, 4:13 p.m.