search_codes: Search for codes using a given term

View source: R/search.R

search_codesR Documentation

Search for codes using a given term

Description

Search for codes using a given term

Usage

search_codes(searchterm, codes.only = TRUE)

Arguments

searchterm

A string.

codes.only

Logical; whether to fetch only the codes or a table with other related variables. Defaults to TRUE.

Value

An object of class data.frame, which is subset of the coding table, or in the case of codes.only == TRUE, a list of matching codes.


BroVic/RQDAassist documentation built on June 3, 2023, 8:01 a.m.