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

if (FALSE) {
sa4_corr <- get_correspondence_absmaps("sa4", 2011, "sa4", 2016)
lga2011_to_2018 <- get_correspondence_absmaps("LGA", 2011, "LGA", 2018)
}