get_mprop: Retrieve the Master Property List (MPROP)

Description Usage Arguments Details Value Examples

View source: R/mprop_function.R

Description

get_mprop returns a data.frame containing the complete MPROP file for each specified year. The column "year" indicates the MPROP vintage. Currently only the years 2016 to 2018 are available. 2018 data is updated daily.

Usage

1
get_mprop(start_year, end_year)

Arguments

start_year

The first year to be included.

end_year

The last year to be included.

Details

Refer to the data dictionary for variable descriptions: https://data.milwaukee.gov/dataset/mprop

Value

A dataframe.

Examples

1
2
get_mprop(start_year = 2016, end_year = 2018)
get_mprop(start_year = 2018, end_year = 2018)

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