find_codes: Find codes in the tms table

View source: R/find-codes.R

find_codesR Documentation

Find codes in the tms table

Description

Use regular expression matching to look for terms in different code tables. For instance, find_codes("astronomy") will return major, minor, department, etc. codes.

Usage

find_codes(search_term = NULL, table_name = NULL, ...)

Arguments

search_term

A search term (can be an Oracle SQL regular expression)

table_name

TMS table name (or regular expression)

...

Any parameters passed on to get_cdw

Details

Either search_term or table_name can be NULL


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