read_hse | R Documentation |
Reads and does basic cleaning of a selected year of the Health Survey for England.
read_hse(year, root = c("X:/", "/Volumes/Shared/"))
year |
Character - the file path and name. |
root |
Character - the root directory. |
Returns a data table of the year of data selected.
## Not run:
data_2001 <- read_hse(year = 2001, root = "X:/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.