Row-bind tigris
Spatial objects
tigris
Spatial objectsIf multiple school district types are rbound, coerces to "sdall" and does it
rbind_tigris(...)
...
: individual (optionally names) tigris
Spatial objects or a list of themone combined Spatial object
## Not run: library(tigris) me_ctys <- list_counties("me") aw <- lapply(me_ctys$county_code[1:3], function(x) { area_water("Maine", x) }) %>% rbind_tigris() ## End(Not run)