filter_place: Filter a 'places' Spatial object for only those places...

View source: R/places.R

filter_placeR Documentation

Filter a places Spatial object for only those places matching the contents of the place vector.

Description

Filter a places Spatial object for only those places matching the contents of the place vector.

Usage

filter_place(places, place)

Arguments

places

object returned from a call to places

place

a vector of full place names. The function performs the comparison in a case-insensitive manner.

Examples

## Not run: 
places("Maine") %>% filter_place("berwick")

## End(Not run)

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