get_mai: get_mai

Description Usage Arguments Value Examples

Description

get_mai is a funtion that retreives the City of Milwaukee Master Address Index (MAI). This retrieves the XML verion, which is approximately 5.5MB, and may take awhile to download. Once download is complete, the file is transformed to a data frame (this may take a while).

Usage

1
get_mai(url = mai_url)

Arguments

url

Endpoint URL. Default = http://itmdapps.milwaukee.gov/xmldata/Get_mai_xml

Value

A data frame.

Examples

1
2
3
4
5
## Not run: 
mai <- get_mai()
head(mai)

## End(Not run)

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