R/data-state_boundaries_wgs84.R

#' state_boundaries_wgs84 with sf read data
#'
#' A spatial polygons data frame containing a map of the USA based on the WGS84
#' datum projection.
#'
#' @format A sf/tbl_df/tbl/data.frame with 61 rows and 14 variables:
#' \describe{
#' \item{NAME}{character State or State equivalent name}
#' \item{STATE_ABBR}{character abbreviation for State or State equivalent}
#' \item{STATE_FIPS}{integer FIPS code for State or State equivalent}
#' \item{ORDER_ADM}{integer rank for order of States admitted to US}
#' \item{MONTH_ADM}{integer month when State admitted to US}
#' \item{DAY_ADM}{integer day of month when State admitted to US}
#' \item{YEAR_ADM}{integer year when State admitted to US}
#' \item{TYPE}{character area is land or water}
#' \item{POP}{integer population State or State equivalent in the 2010 Census}
#' \item{SQ_MILES}{numeric calculated area in square miles}
#' \item{PRIM_MILES}{numeric calculated perimeter of area in miles}
#' \item{Shape_Leng}{numeric shape length}
#' \item{Shape_Area}{numeric shape area}
#' \item{Shape}{sf shape information}
#' }
#'
#'
#'
#'
"state_boundaries_wgs84"
#> [1] "state_boundaries_wgs84"

Try the USA.state.boundaries package in your browser

Any scripts or data that you put into this service are public.

USA.state.boundaries documentation built on Feb. 16, 2023, 8:40 p.m.