get_correspondence_absmaps: Read in ASGC/ASGS 2016 population-weighted correspondence...

View source: R/get_correspondence_absmaps.R

get_correspondence_absmapsR Documentation

Read in ASGC/ASGS 2016 population-weighted correspondence tables from the ABS.

Description

Source: https://data.gov.au/dataset/ds-dga-23fe168c-09a7-42d2-a2f9-fd08fbd0a4ce/details?q=

Usage

get_correspondence_absmaps(fromArea, fromYear, toArea, toYear)

Arguments

fromArea

The area you want to correspond FROM (ie the areas your data are currently in). For example: "sa1", "sa2, "sa3", "sa4".

fromYear

The year you want to correspond FROM. For example: 2011, 2016.

toArea

The area you want to correspond TO (ie the areas you want your data to be in).

toYear

The year you want to correspond TO.

Value

A tibble object.

Examples

## Not run: 
sa4_corr <- get_correspondence_absmaps("sa4", 2011, "sa4", 2016)
lga2011_to_2018 <- get_correspondence_absmaps("LGA", 2011, "LGA", 2018)

## End(Not run)


wfmackey/absmapsdata documentation built on July 28, 2023, 9:15 p.m.