readEpisodes | R Documentation |
Reads in the Surveillance Episodes dataset. Note, this function drops
participants with missing values for Sex
(there are a handful of these).
readEpisodes(inFile = NULL, dropTasP = TRUE, addVars = " ", write_rda = TRUE)
inFile |
File path to the .dta dataset, default is set to |
dropTasP |
default is to drop TasP areas. |
addVars |
A regular expression string representing the variables to be added. |
write_rda |
Default is to write the .Rda file. |
data.frame
readEpisodes(addVars="CurrentlyEmployed|UnEmployment")
readEpisodes(dropTasP=FALSE, addVars="Employ")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.