#' @title ABS household data for 2016
#'
#' @description A dataset containing Australian Bureau of Statistics household
#' data for 2016. The data is filtered to "Total Households". Contains
#' information on the number of people typically in a residence in the region
#' and the number of households associated with those number of residents.
#' This data is typically used to obtain the household size distributions to
#' compute the per capita household size of a particular region.
#'
#' @format A data frame with 4986 rows and 6 variables:
#' \describe{
#' \item{year}{year - 2016}
#' \item{state}{state - long state or territory name}
#' \item{lga}{name of LGA}
#' \item{n_persons_usually_resident}{Number of people typically in residence}
#' \item{n_households}{number of households with that number of people}
#' }
#' @note still need to clean this
#' @source \url{https://www.abs.gov.au/statistics}
#' (downloaded the CSV) PEOPLE > People and Communities > Household Composition > Census 2016, T23 Household Composition By Number Of Persons Usually Resident (LGA)
"abs_household_lga"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.