# NOT RUN {
# show how many discrete ICD codes there are in the AHRQ map, before reducing
# to the number which actually appear in a group of patient visitsben
library(magrittr)
sapply(icd::icd9_map_ahrq, length) %>% sum
# }
Run the code above in your browser using DataLab