get_mprop: get_mprop

Description Usage Arguments Value Examples

Description

get_mprop is a funtion that retreives the City of Milwaukee Master Property Database (MPROP). This retrieves the MS Excel verion, which is approximately 59MB, and may take awhile to download. Once download is complete, the file is transformed to a data frame.

Usage

1

Arguments

url

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

Value

A data frame.

Examples

1
2
3
dat <- get_mprop()
str(dat)
hist(as.numeric(dat$BEDROOMS), breaks = 200)

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