Reads and does basic cleaning of a selected year of the Health Survey for England.
read_hse(year, root = c("X:/", "/Volumes/Shared/"))
Character - the file path and name.
Character - the root directory.
Returns a data table of the year of data selected.
if (FALSE) {
data_2001 <- read_hse(year = 2001, root = "X:/")
}