The default is to summarize by printing the first seven comorbidities, and
the first seven codes for each. To print the whole thing, just convert it to
a list.
# NOT RUN {icd9_map_ahrq
# }# NOT RUN {print(icd9_map_ahrq)
print(icd9_map_ahrq, n_comorbidities = 3, n_codes = 3)
print.list(icd9_map_ahrq)
print(list(icd9_map_ahrq))
# }