Description Usage Arguments Value
Create a table of descriptions matched with groups of ICD-10 codes
1 | get.I10.df(str, minGroup = 2, maxLength = 4)
|
str |
A character string containing ICD-9 codes and descriptions in parentheses. Copied from supplement eTable1. |
minGroup |
The minimum number of occurrences for a starting string pattern to be put in a group. |
maxLength |
The maximum length of starting strings considered in |
A data frame with two colunms:
Description |
Description for the codes, extracted from eTable1. |
ICD10 |
Groups of ICD-10 codes, represented by the shared starting substring |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.