tr_calc_townsend: tr_calc_townsend

Description Usage Arguments Value Examples

Description

Calculate Townsend Material Deprivation scores for the specified geography. Geographies are specified using the Nomis API format, and can be found using tr_list_geographies()

Usage

1
tr_calc_townsend(year = NULL, geography = NULL)

Arguments

year

a census year (2011, 2001, 1991, 1981)

geography

the geography you wish to calculate Townsend scores for

Value

A tibble with census year, geography code, geography name, and results

Examples

1
tr_calc_townsend(2011, "TYPE499")

philmikejones/townsendr documentation built on May 25, 2019, 6:01 a.m.