Description Usage Arguments Details Value Examples
View source: R/get_PollingPlace.R
get_PollingPlace returns a data.frame containing information about polling places
in the city of Milwaukee for the selected geography (if specified).
1  | get_PollingPlace(shape, spatial = FALSE)
 | 
shape | 
 An object of class sf. If included, the output will be filtered using st_intersection  | 
spatial | 
 Logical. If TRUE the output is class sf. Defaults to FALSE.  | 
include_missing | 
 Logical. If TRUE values not geocoded will be added to the output. Defaults to FALSE.  | 
Refer to the data dictionary for variable descriptions: https://data.milwaukee.gov/dataset/votingward
A dataframe.
1 2  | get_PollingPlace()
get_PollingPlace(spatial = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.