View source: R/matrix_intent.R
matrix_intent | R Documentation |
Add Selected Intents
matrix_intent(data, inj_col, ...)
data |
input data |
inj_col |
ecode and diagnosis column indices |
... |
keyword list |
return the input with additional intent variables
matrix_matched_intent
for a more efficient approach
library(dplyr) library(purrr) dat <- data.frame( d1 = c("T63023", "X92821", "X99100", "T360x"), d2 = c("T65823", "Y030x0", "T17200", "V0100x") ) dat %>% matrix_intent(inj_col = c(1, 2), "untintentional", "assault")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.