find_icd8: Find relevant icd-8 codes

View source: R/icdR.R

find_icd8R Documentation

Find relevant icd-8 codes

Description

Finds specific icd-8 codes provided as regex

Usage

find_icd8(icd_8 = icd_8, icd_8_code = icd_8_code, regex, negate = FALSE)

Arguments

icd_8

is the data with icd-8 codes

icd_8_code

is the column (variable) with icd-8 codes

regex

is the regex of icd-8 codes

Value

the dataframe with icd-8 codes

Examples

find_icd8(regex = "^249")

evpatora/icdR documentation built on March 28, 2023, 10:06 a.m.