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)

walkerke/tigris documentation built on March 30, 2024, 9:28 p.m.