list_places: Return a list of all the places in a 'places' object

View source: R/places.R

list_placesR Documentation

Return a list of all the places in a places object

Description

Return a list of all the places in a places object

Usage

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)

tigris documentation built on Sept. 22, 2023, 5:13 p.m.