Learn R Programming

geomultistar (version 1.0.0)

usa_nation: USA Nation, 2018

Description

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

Usage

usa_nation

Arguments

Format

A sf.

Examples

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

# }

Run the code above in your browser using DataLab