Learn R Programming

tigris (version 2.1)

rbind_tigris: Row-bind tigris Spatial objects

Description

If multiple school district types are rbound, coerces to "sdall" and does it

Usage

rbind_tigris(...)

Value

one combined Spatial object

Arguments

...

individual (optionally names) tigris Spatial objects or a list of them

Examples

Run this code
if (FALSE) {
library(tigris)

me_ctys <- list_counties("me")
aw <- lapply(me_ctys$county_code[1:3], function(x) {
  area_water("Maine", x)
}) %>%
  rbind_tigris()
}

Run the code above in your browser using DataLab