Description Usage Arguments Details Value Examples
get_wibrs
returns a data.frame containing the complete WIBRS crime data
for the requested time period (if specified) and the selected geography
(if specified).
1 2 |
start_date |
The first date to be included. Must be coercible to class Date. Defaults to first date available. |
end_date |
The last date to be included. Must be coercible to class Date. Defaults to last date available. |
spatial |
Logical. If TRUE the output is class sf. Defaults to FALSE. |
shape |
An object of class sf. If included, the output will be filtered using st_intersection |
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/wibr
A dataframe.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.