get_icd10cm_available: Get the ICD-10-CM versions available in this package

Description Usage Arguments Examples

Description

Get the ICD-10-CM versions available in this package

Usage

1
get_icd10cm_available(pc = FALSE, return_year = FALSE)

Arguments

pc

Logical, if TRUE, will return names of procedure code data frames. Default is FALSE which will return the names of the diagnostic code data frames.

return_year

Logical, which, if TRUE, will result in only a character vector of year (or year-like version) being returned.

Examples

1
2
3
4
# Diagnostic codes:
get_icd10cm_available()
# Just get the years avaiable for English language procedure codes
get_icd10cm_available(pc = TRUE, return_year = TRUE)

jackwasey/icd.data documentation built on May 31, 2019, 10:47 p.m.