list_places function

Return a list of all the places in a places object

Return a list of all the places in a places object

list_places(places, sorted = TRUE)

Arguments

  • places: object returned from a call to places
  • sorted: return the list sorted or in the order found in the shapefile?

Examples

## Not run: places("Maine") %>% list_places() ## End(Not run)
  • Maintainer: Kyle Walker
  • License: MIT + file LICENSE
  • Last published: 2024-01-24