powered by
tigris
If multiple school district types are rbound, coerces to "sdall" and does it
rbind_tigris(...)
one combined Spatial object
individual (optionally names) tigris Spatial objects or a list of them
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