list_states {tigris} | R Documentation |
state
objectReturn a list of all the states in a state
object
list_states(states, sorted = TRUE)
states |
object returned from a call to |
sorted |
return the list sorted or in the order found in the shapefile? |
## Not run:
states() %>% list_states()
## End(Not run)