View source: R/get_household_size_distribution.R
get_abs_household_size_distribution | R Documentation |
Get household size distribution based on state or LGA name
get_abs_household_size_distribution(state = NULL, lga = NULL)
state |
target Australian state name in abbreviated form, such as "QLD", "NSW", or "TAS" |
lga |
target Australian local government area (LGA) name, such as "Fairfield (C)". See
|
returns a data frame with household size distributions of a specific state or LGA
get_abs_household_size_distribution(lga = "Fairfield (C)")
get_abs_household_size_distribution(state = "NSW")
## Not run:
# cannot specify both state and LGA
get_abs_household_size_distribution(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.