Description Usage Arguments Examples
'get_icd_from_ccs' returns the icd-9 or icd-10 codes corresponding to a vector of CCS categories
1 | get_icd_from_ccs(ccs_list, icd_version = 9)
|
ccs_list |
A vector of CCS values |
icd_version |
An integer value for the icd version to return |
1 2 | get_icd_from_ccs(c(20,22))
get_icd_from_ccs(c(20,22),icd_version=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.