View source: R/read_cancerradar_output_01.R
read_cancerradar_output_01 | R Documentation |
Read cancer registry summary statistics (non age-specific)
read_cancerradar_output_01(filename.out, aggr.level = "cob_iso3")
filename.out |
file path, the path to a cancer RADAR output file |
aggr.level |
character, the aggregation level to be considered. Should be one of |
a tibble with 9 columns
reg_label: factor, the chosen aggregation level id
sex: character, male/female
ageg: character, age group (here total
)
can: character, the cancer type
ref: character, the reference population for relative index
index: character, the type of index
est: dbl, the index estimator
lci: dbl, the index confidence interval lower bound
uci: dbl, the index confidence interval upper bound
filename.out <- system.file('extdata/ex_cancerRADAR_output.xlsx', package = "cancerradarr")
dat.out <- read_cancerradar_output_01(filename.out, 'un_region')
head(dat.out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.