You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
871 B

#' @title HHS Region Table
#' @description This dataset contains the names, numbers, regional offices for
#' and states/territories belonging to the (presently) 10 HHS U.S.
#' regions in "long" format. It consists of a \code{data.frame}
#' with the following columns:
#'
#' \itemize{
#' \item \code{region}: the official HHS region name (e.g. "\code{Region 1}")
#' \item \code{region_number}: the associated region number
#' \item \code{regional_office}: the HHS regional office for the entire region
#' \item \code{state_or_territory}: state or territory belonging to the region
#' }
#'
#' @docType data
#' @keywords datasets
#' @name hhs_regions
#'
#' @references \url{http://www.hhs.gov/iea/regional/}
#' @usage data(hhs_regions)
#' @note Last updated 2015-08-09.
#' @format A data frame with 59 rows and 4 variables
NULL