rbind_tigris function

Row-bind tigris Spatial objects

Row-bind tigris Spatial objects

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

rbind_tigris(...)

Arguments

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

Returns

one combined Spatial object

Examples

## 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)
  • Maintainer: Kyle Walker
  • License: MIT + file LICENSE
  • Last published: 2024-01-24