R/mental_health_dataset.R

#' Data of Uptake of Mental Health Services in New Zealand
#'
#'
#' Shows the number of people accessing mental health services by major region in New Zealand
#'
#'  @format A tibble with 129 rows and 4 variables:
#' \describe{
#'   \item{City}{chr city of recorded value, either Auckland, Canterbury or Wellington}
#'   \item{Year}{int year of total, ranging from 2005 to 2020}
#'   \item{Sex}{chr sex of the recorded value, either Female, Male or Total}
#'   \item{Total}{int total number of people accessing Mental Health Services}
#' }
#' @source \url{https://www.health.govt.nz/nz-health-statistics/health-statistics-and-data-sets/mental-health-data-and-stats}
"mental_health_dataset"
chenthih/nzmentalquake documentation built on Dec. 19, 2021, 3:04 p.m.