Learn R Programming

geomultistar (version 1.0.0)

usa_states: USA States, 2018

Description

From the original dataset, some fields have been selected and renamed, and only includes the Mortality Reporting System states.

Usage

usa_states

Arguments

Format

A sf.

Examples

Run this code
# NOT RUN {
# Read by:
#
# filepath <- "data/cb_2018_us_state_20m/cb_2018_us_state_20m.shp"
# usa_states <- st_read(filepath)  %>%
#   dplyr::select(geo_id = GEOID,
#                 state = STUSPS,
#                 state_name = NAME)

# }

Run the code above in your browser using DataLab