Description Usage Arguments Value Examples
Get the ICD-10-CM versions available in this package
1 | get_icd10cm_available(dx = TRUE, return_year = FALSE)
|
dx |
Single logical value, if |
return_year |
Logical, which, if |
By default, the names of all the data available, for diagnostic
ICD-10-CM codes, e.g. icd10cm2019
.
1 2 3 4 5 6 7 8 | # Diagnostic codes:
get_icd10cm_available()
# Just get the years avaiable for ICD-10-CM procedure codes
get_icd10cm_available(dx = FALSE, return_year = TRUE)
# How to use the data name - most are not package data, due to severe CRAN
# package size limitations, so they are retrieved and cached as needed.
# The latest ICD-10-CM is included.
tail(get_icd10cm_available(), n = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.