# NOT RUN {
# return all possible decimal parts of ICD9 codes (111 in total)
length(icd:::expand_minor(as.icd9(""), is_e = FALSE))
icd:::expand_minor(as.icd9("1")) # "1" "10" "11" "12" "13" "14" "15" "16" "17" "18" "19"
# }
Run the code above in your browser using DataLab