library(arcgis)
# Search the Living Atlas
# https://livingatlas.arcgis.com/en/browse/#q=usa%20cities
furl <- "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_Major_Cities_/FeatureServer/0"
# create a reference to Layer
cities_fl <- arc_open(furl)
cities_fl
# Read in as an {sf} object
cities_sf <- arc_select(cities_fl)
I messed this one up big time. TODO: