Description Usage Arguments Value Examples
, reference
1 | icd_matched_mechanism(data, inj_col)
|
data |
input data |
inj_col |
ecode and diagnosis column indices |
return the input with additional variables (32 mechanisms)
1 2 3 4 5 6 7 8 | library(tidyverse)
library(fuzzyjoin)
dat <- data.frame(
d1 = c("T63023", "X92821", "X99100", "T360x"),
d2 = c("T65823", "Y030x0", "T17200", "V0100x")
)
dat %>% icd_matched_mechanism(inj_col = c(1, 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.