list_places {tigris} | R Documentation |
places
objectReturn a list of all the places in a places
object
list_places(places, sorted = TRUE)
places |
object returned from a call to |
sorted |
return the list sorted or in the order found in the shapefile? |
## Not run:
places("Maine") %>% list_places()
## End(Not run)