filter_county_poly {wdnr.gis} | R Documentation |
Return specific county polygon layer from wi_counties
sf object
filter_county_poly(...)
... |
Any Wisconsin counties provided as character strings, separated by commas |
An sf data.frame with the appropriate counties
## Not run:
plot(filter_county_poly("door"))
plot_layer(filter_county_poly("portage"))
## End(Not run)