filter_county_poly: Retrieve county polygon layer

View source: R/filter_layers.R

filter_county_polyR 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)

wdnr.gis documentation built on Oct. 26, 2023, 1:08 a.m.