get_abs_per_capita_household_size: Get per capita household size based on state or LGA name

View source: R/get_abs_per_capita_household_size.R

get_abs_per_capita_household_sizeR Documentation

Get per capita household size based on state or LGA name

Description

Get per capita household size based on state or LGA name

Usage

get_abs_per_capita_household_size(state = NULL, lga = NULL)

Arguments

state

state name

lga

lga name

Value

Numeric of length 1 - the per capita household size for a given state or LGA.

Author(s)

Nick Golding

Examples

get_abs_per_capita_household_size(lga = "Fairfield (C)")
get_abs_per_capita_household_size(state = "NSW")
## Not run: 
# cannot specify both state and LGA
get_abs_per_capita_household_size(state = "NSW", lga = "Fairfield (C)")

## End(Not run)

njtierney/conmat documentation built on April 17, 2025, 10:27 p.m.