fingertipsR (version 0.1.0)

deprivation_decile: Deprivation deciles

Description

Outputs a data frame allocating deprivation decile to area code base on the Indices of Multiple Deprivation (IMD) produced by Department of Communities and Local Government

Usage

deprivation_decile(AreaTypeID = 102, Year = 2015)

Arguments

AreaTypeID

Numeric value, limited to either 102 (counties and unitary authorities) or 101 (local authority districts and unitary authorities); default is 102

Year

Numeric value, representing the year of IMD release to be applied, limited to either 2010 or 2015; default is 2015

Value

A lookup table providing deprivation decile and area code

See Also

indicators for indicator lookups, profiles for profile lookups indicator_metadata for the metadata for each indicator and area_types for area types and their parent mappings

Other lookup functions: area_types, indicator_metadata, indicators, profiles

Examples

Run this code
# NOT RUN {
# Return 2015 deciles for counties and unitary authorities
deprivation_decile()

# Return 2010 deciles for local authority districts and unitary authorities
deprivation_decile(101, 2010)
# }

Run the code above in your browser using DataCamp Workspace