search_dictionary: Search the Data Dictionary

View source: R/data-dictionary.R

search_dictionaryR Documentation

Search the Data Dictionary

Description

Search the Data Dictionary

Usage

search_dictionary(
  search_term,
  cdw_table,
  cdw_col,
  the_dictionary = get_main_dictionary()
)

Arguments

search_term

a regular expression to search across for within every column

cdw_table

a regular expression to search for in the CDW table name column

cdw_col

a regular expression to search for in the CDW column name column

the_dictionary

a dictionary object to search within, as created by get_main_dictionary(). By default, pulls the CDW-related columns.

Value

a filtered data_Frame from the_dictionary matching the specified search terms


crazybilly/ucbudar documentation built on July 15, 2024, 5:03 p.m.