find_icd10: Find relevant icd-10 codes

View source: R/icdR.R

find_icd10R Documentation

Find relevant icd-10 codes

Description

Finds specific icd-10 codes provided as regex

Usage

find_icd10(icd_10 = icd_10, icd_10_code = icd_10_code, regex, negate = FALSE)

Arguments

icd_10

is the data with icd-10 codes

icd_10_code

is the column (variable) with icd-10 codes

regex

is the regex of icd-10 codes

Value

the dataframe with icd-8 codes

Examples

find_icd10(regex = "^DE10|^DE11|^DH360")

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