matrix_valid_external | R Documentation |
Find records with valid external causes of injury icd-10-cm.
matrix_valid_external(data, diag_ecode_col)
data |
input data |
diag_ecode_col |
column indices |
valid_external, a binary variable indicating whether the record has (value = 1) a valid external cause of injury icd-10-cm code
library(dplyr) library(purrr) set.seed(5) icd10cm_data150 %>% matrix_valid_external(diag_ecode_col = c(2:6)) %>% sample_n(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.