get_ems: Retrieve the Emergency Calls for Service (EMS) dataset

Description Usage Arguments Details Value Examples

View source: R/get_ems.R

Description

get_ems returns a data.frame containing a list of fire dept incidents for the requested time period (if specified).

Usage

1
2
get_ems(start_date = NULL, end_date = NULL,
  include_missingDate = FALSE)

Arguments

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.

include_missingDate

Logical. If TRUE values without a valid date will be included. Defaults to FALSE.

Details

No geocoding is available as the only geographies provided are zip codes and aldermanic districts. Refer to the data dictionary for variable descriptions: https://data.milwaukee.gov/dataset/mfdems

Value

A dataframe.

Examples

1
2
get_ems()
get_ems(start_date = as.Date("2018-01-01"), end_date = as.Date("2018-02-01"))

jdjohn215/milwaukeer documentation built on Aug. 29, 2019, 11:44 p.m.