getIMD: get Index of Multiple Deprivation data

Description Usage Arguments Details Value Examples

View source: R/IMD.r

Description

load and prepare the data from .csv file.

Usage

1
getIMD(path = .defaultPath, file = .defaultFile, scores.only = TRUE)

Arguments

path

path to file

file

filename of the .csv file containing everything

scores.only

TRUE (default) to strip ranking and deciles, FALSE to keep everything

Details

default path

H:/DATASETS/IMD/IMD2015

default file

File_7_ID_2015_All_ranks__deciles_and_scores_for_the_Indices_of_Deprivation__and_population_denominators.csv

headers are renamed as follows:

new name old name
LSOA11CD LSOA code (2011)
LSOA11NM LSOA name (2011)
LAD13CD Local Authority District code (2013)
LAD13NM Local Authority District name (2013)
IMD Index of Multiple Deprivation (IMD) Score
Income Income Score (rate)
Employment Employment Score (rate)
Education Education, Skills and Training Score
Health Health Deprivation and Disability Score
Crime Crime Score
Barriers Barriers to Housing and Services Score
Living Living Environment Score
IDACI Income Deprivation Affecting Children Index (IDACI) Score (rate)
IDAOPI Income Deprivation Affecting Older People (IDAOPI) Score (rate)
CYP_subdomain Children and Young People Sub-domain Score
Adult_subdomain Adult Skills Sub-domain Score
Geographical_subdomain Geographical Barriers Sub-domain Score
Wider_subdomain Wider Barriers Sub-domain Score
Indoors_subdomain Indoors Sub-domain Score
Outdoors_subdomain Outdoors Sub-domain Score

Value

the IMD dataset as.data.table

Examples

1
IMD2015 <- getIMD()

yapweiliang/IndexMultipleDeprivation documentation built on May 4, 2019, 2:30 p.m.