filter_state: Filter a 'states' Spatial object for only those states...

View source: R/states.R

filter_stateR Documentation

Filter a states Spatial object for only those states matching the contents of the state vector.

Description

Filter a states Spatial object for only those states matching the contents of the state vector.

Usage

filter_state(states, state)

Arguments

states

object returned from a call to states

state

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

Examples

## Not run: 
states() %>% filter_state("south")

## End(Not run)

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