# NOT RUN {
# Read by:
#
# filepath <- "data/citiesx010g/citiesx010g.shp"
# usa_cities <- st_read(filepath) %>%
# dplyr::select(
# gnis_id = GNIS_ID,
# ansi_code = ANSICODE,
# city = NAME,
# state = STATE,
# county = COUNTY,
# latitude = LATITUDE,
# longitude = LONGITUDE,
# elev_m = ELEV_IN_M
# )
# }
Run the code above in your browser using DataLab