Learn R Programming

wdnr.gis (version 0.1.5)

filter_county_poly: Retrieve county polygon layer

Description

Return specific county polygon layer from wi_counties sf object

Usage

filter_county_poly(...)

Value

An sf data.frame with the appropriate counties

Arguments

...

Any Wisconsin counties provided as character strings, separated by commas

Examples

Run this code
if (FALSE) {
plot(filter_county_poly("door"))
plot_layer(filter_county_poly("portage"))
}

Run the code above in your browser using DataLab