filter_county_poly {wdnr.gis}R Documentation

Retrieve county polygon layer

Description

Return specific county polygon layer from wi_counties sf object

Usage

filter_county_poly(...)

Arguments

...

Any Wisconsin counties provided as character strings, separated by commas

Value

An sf data.frame with the appropriate counties

Examples

## Not run: 
plot(filter_county_poly("door"))
plot_layer(filter_county_poly("portage"))

## End(Not run)

[Package wdnr.gis version 0.1.5 Index]