Learn R Programming

tigris (version 2.1)

filter_state: 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

Run this code
if (FALSE) {
states() %>% filter_state("south")
}

Run the code above in your browser using DataLab