Description Usage Arguments Value Source Examples
View source: R/icd10cm_injury.R
Find nonfatal injury indicators
1 |
data |
input data |
diag_ecode_col |
column indices |
selected core svipp nonfatal injury indicators
https://www.cdc.gov/injury/pdfs/2019_state_injury_indicator_instructions-508.pdf
1 2 3 4 5 | library(dplyr)
library(purrr)
icd10cm_data150 %>%
icd_svip(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.