smk_quit | R Documentation |
Cleans the data on the motivation to quit smoking and the use of support.
smk_quit(data)
data |
Data table - the Health Survey for England data. |
Only tested on England data Use of support not currently incorporated
Returns an updated data table with:
giveup_smk - whether a current smoker wants to quit smoking (yes, no).
## Not run:
data <- read_2001()
data <- smk_quit(data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.