View source: R/get_abs_per_capita_household_size.R
get_abs_per_capita_household_size | R Documentation |
Get per capita household size based on state or LGA name
get_abs_per_capita_household_size(state = NULL, lga = NULL)
state |
state name |
lga |
lga name |
Numeric of length 1 - the per capita household size for a given state or LGA.
Nick Golding
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.