Description Usage Arguments Examples
View source: R/print.icd_comorbidity_map.R
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.
1 2 |
x |
a list optionally with class |
... |
further arguments are passed to |
n_comorbidities |
single integer, number of comorbidities to print |
n_codes |
single integer, number of codes per comorbidity to print |
1 2 3 4 5 6 7 | icd9_map_ahrq
## Not run:
print(icd9_map_ahrq)
print(icd9_map_ahrq, n_comorbidities = 3, n_codes = 3)
print(unclass(icd9_map_ahrq))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.