Description Usage Arguments Details Value
icd9_description takes a vector of ICD9 codes and returns a data frame
with the corresponding description for each code
1  | icd9_description(codes, procedure = FALSE)
 | 
codes | 
 A character vector of ICD9 codes  | 
procedure | 
 A logical indicating whether to use diagnosis codes (default) or procedure codes  | 
Deprecated function, use icd_description instead.
This function takes a character vector of ICD9 codes and returns a data frame with two columns: icd9.code and icd9.description.
A data frame with columns: icd9.code and icd9.description
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.