Description Usage Arguments Examples
Reconstruct alcohol attributable fractions table for given version and analysis type.
1 2 3 | reconstruct(this_version = c("aaf_2017_phe", "aaf_2014_ljucph",
"aaf_2008_ljucph", "aaf_2007_ni39"), this_analysistype = c("morbidity",
"mortality"), verbose = TRUE, molten = FALSE)
|
this_version |
table version to reconstruct |
this_analysistype |
specify analysis type: either morbidity or mortality |
verbose |
show messages about which table is being reconstructed |
molten |
boolean to indicate cast or molten on (sex, ageband) |
1 2 3 4 5 | t1 <- reconstruct("aaf_2017_phe", "morbidity")
str(t1)
t2 <- reconstruct("aaf_2017_phe", "morbidity", molten = TRUE)
str(t2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.