Description Usage Arguments Value Source Examples
View source: R/icd10cm_injury.R
Find nonfatal injury cases
1 | icd_svip_injury(data, diag_col)
|
data |
input data |
diag_col |
principal diagnosis code column |
core svipp nonfatal injury cases
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_injury(diag_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.