rbind_tigris | R Documentation |
tigris
Spatial objectsIf multiple school district types are rbound, coerces to "sdall" and does it
rbind_tigris(...)
... |
individual (optionally names) |
one 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.