Description Usage Arguments Value Examples
transform the ICD-10-CM codes into an operational regular expression.
1 |
x |
input variable |
collapse the grouped icd10cm as regular expressions with all the "x" not at the beginning of the icd10cm code replaced by '.' to match any character.
1 2 | library(tidyverse)
make_regex(c("X45x2", "Y65xx"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.