View source: R/data-dictionary.R
search_dictionary | R Documentation |
Search the Data Dictionary
search_dictionary(
search_term,
cdw_table,
cdw_col,
the_dictionary = get_main_dictionary()
)
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. |
a filtered data_Frame from the_dictionary matching the specified search terms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.