matrix_matched_intent | R Documentation |
, reference
matrix_matched_intent(data, inj_col)
data |
input data |
inj_col |
ecode and diagnosis column indices |
return the input with additional variables (5 intents)
library(tidyverse) library(fuzzyjoin) dat <- data.frame( d1 = c("T63023", "X92821", "X99100", "T360x"), d2 = c("T65823", "Y030x0", "T17200", "V0100x") ) dat %>% matrix_matched_intent(inj_col = c(1, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.