R/hsa_sf.R

#' US Hospital Service Area Shapefile
#'
#' Useful \code{sf} object shapefile for US Hospital Service Area (HSA) Shapefile
#'
#' \preformatted{
#' Rows: 3,436
#' Columns: 6
#' $ hsa_id     <chr> "1001", "1002", "1003", "1004", "1006", "1007", "1008", "1010", "1011", "1012", "1013", "1014", "1016", "~
#' $ state_abbr <chr> "AL", "AL", "AL", "AL", "AL", "AL", "AL", "AL", "AL", "AL", "AL", "AL", "AL", "AL", "AL", "AL", "AL", "AL~
#' $ hsa        <chr> "ALABASTER", "ALEXANDER CITY", "ANDALUSIA", "ANNISTON", "ASHLAND", "ATHENS", "ATMORE", "BESSEMER", "BIRMI~
#' $ name       <chr> " Alabaster", " Alexander City", " Andalusia", " Anniston", " Ashland", " Athens", " Atmore", " Bessemer"~
#' $ state_fips <chr> "01", "01", "01", "01", "01", "01", "01", "01", "01", "01", "01", "01", "01", "01", "01", "01", "01", "01~
#' $ geometry   <MULTIPOLYGON [m]> MULTIPOLYGON (((827131.3 -4..., MULTIPOLYGON (((916807.7 -4..., MULTIPOLYGON (((919051.4 -6.~
#' }
#' @examples
#' library(Rnssp)
#' data("hsa_sf")
#'
#' plot(hsa_sf$geometry)
"hsa_sf"
CDCgov/Rnssp documentation built on May 12, 2024, 1:32 a.m.