Description Usage Format Details See Also Examples
Provides lookup tables for use with smoking attributable fractions analyses.
1 |
An object of class tbl_df
(inherits from tbl
, data.frame
) with 26 rows and 6 columns.
# @format data frame with 26 rows and 4 fields
1 2 3 4 5 6 | Observations: 26
Variables: 4
$ cat1 <fct> Cancers which can be caused by smoking, Cancers which can be caused by smoking, Cancer...
$ disease_category <fct> "Trachea, Lung, Bronchus", "Upper respiratory sites", "Oesophagus", "Larynx", "Cervica...
$ icd_10_code <fct> "C33-C34", "C00-C14", "C15", "C32", "C53", "C67", "C64-C66,C68", "C16", "C25", "C80", ...
$ condition_uid <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24,...
|
Other smoking datasets: lu_sac_icd10
,
sa_relrisk
, smoking_datasets
,
sp
1 2 3 4 5 6 | if (isNamespaceLoaded("magrittr")) {
require("magrittr")
aafractions.ncc::sa_conditions %>%
head(16)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.