deprivation_decile: Deprivation deciles

Description Usage Arguments Value See Also Examples

View source: R/deprivation_decile.R

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

1
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

1
2
3
4
5
# Return 2015 deciles for counties and unitary authorities
deprivation_decile()

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

sebsfox/fingertipsR documentation built on May 24, 2019, 7:19 a.m.