MA_cancer_rate_table | R Documentation |
simple tables of confidence intervals for cancer incidence
MA_cancer_rate_table(site = "breast", simple = TRUE)
site |
character(1) name of anatomic site, either "breast" or "prostate" |
simple |
logical(1) defaults to TRUE, omits state and sex for demonstrative tables |
a CSV file with columns as provided via https://gis.cdc.gov/CANCER/USCS/#/StateCounty/
btab = MA_cancer_rate_table("breast")
dim(btab)
names(btab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.