get_wibrs: get_wibrs

Description Usage Arguments Value Examples

Description

get_wibrs retrieves WIBRS data from the City of Milwaukee's server.

Usage

1
2
get_wibrs(url = wibrs_url, radius_ft = 99000, center = cityhall,
  date_range = yr2015)

Arguments

url

Target url.

radius_ft

Search radius (in feet). Default is 99000 to cover entire city.

center

Centroid address of radius. Default is address of City Hall.

date_range

Character vector of length 2. Default is c("01/01/2015", "12/31/2015").

Value

A data frame.

Examples

1
2
3
4
5
## Not run: 
city2015 <- get_wibrs()
head(city2015)

## End(Not run)

MatthewSchumwinger/mkedata documentation built on May 7, 2019, 4:34 p.m.