Description Usage Format See Also Examples
Provides lookup tables for use with alcohol attributable fractions analyses.
1 |
data frame with 26 rows and 2 fields
1 2 3 4 |
Other alcohol datasets: aa_conditions
,
aa_fractions
, aa_versions
,
alcohol_datasets
,
lu_aac_icd10
1 2 3 4 5 6 7 8 | if (isNamespaceLoaded("dplyr")) {
require("dplyr")
aafractions.ncc::sa_versions %>%
dplyr::mutate_if(is.character, as.factor) %>%
dplyr::select(-starts_with("condition_")) %>%
summary(16)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.