| insert_dot | R Documentation | 
This function adds dot to diagnosis codes of the given ICD version.
insert_dot(dx, version = c(10, 9))
dx | 
 A character vector for the diagnosis codes  | 
version | 
 The version of the diagnosis codes.  Two available options
are   | 
A character vector representing the diagnosis codes in decimal format.
library(touch)
## for ICD-9 codes
icd9codes <- c("0011", "001.1", "316", "E950", "E9808", "V90", "v100")
insert_dot(icd9codes, 9)
## for ICD-10 codes
icd10codes <- c("A010", "M61019", "p52", "p528")
insert_dot(icd10codes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.