Learn R Programming

geomultistar (version 1.0.0)

usa_regions: USA Regions, 2018

Description

From the original dataset, some fields have been selected and renamed.

Usage

usa_regions

Arguments

Format

A sf.

Examples

Run this code
# NOT RUN {
# Read by:
#
# filepath <- "data/cb_2018_us_region_20m/cb_2018_us_region_20m.shp"
# usa_regions <- st_read(filepath)  %>%
#   dplyr::select(geo_id = GEOID,
#                 region = NAME)

# }

Run the code above in your browser using DataLab