read_hse: Read HSE data \lifecycledeprecated

View source: R/read_hse.R

read_hseR Documentation

Read HSE data \lifecycledeprecated

Description

Reads and does basic cleaning of a selected year of the Health Survey for England.

Usage

read_hse(year, root = c("X:/", "/Volumes/Shared/"))

Arguments

year

Character - the file path and name.

root

Character - the root directory.

Value

Returns a data table of the year of data selected.

Examples


## Not run: 

data_2001 <- read_hse(year = 2001, root = "X:/")


## End(Not run)


STAPM/hseclean documentation built on June 9, 2025, 4:50 a.m.