Return a list of all the places in a places
object
places
objectlist_places(places, sorted = TRUE)
places
: object returned from a call to places
sorted
: return the list sorted or in the order found in the shapefile?## Not run: places("Maine") %>% list_places() ## End(Not run)