Description Usage Arguments Value Examples
View source: R/addremove_dot.R
remove_dot()
removes a dot from the ICD-10 code if it exists
1 | remove_dot(x)
|
x |
A valid ICD-10 code with a dot |
A valid ICD-10 code without a dot included
1 2 3 | remove_dot("F32.0")
remove_dot("F32")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.