R/population_dataset.R

#' Data of Total Annual Population by Major Region in New Zealand
#'
#'
#' Simple population data
#'
#'  @format A tibble with 48 rows and 4 variables:
#' \describe{
#'   \item{year}{int year of the recorded total, ranging from 2005 to 2020}
#'   \item{City}{chr city of recorded population, either Auckland, Canterbury or Wellington}
#'   \item{Total.Pop}{int the total population of the city in the given year}
#'   \item{Pop.change}{int the difference in population from the previous year in the given city}
#' }
#' @source \url{http://infoshare.stats.govt.nz/Default.aspx#}
"population_dataset"
chenthih/nzmentalquake documentation built on Dec. 19, 2021, 3:04 p.m.