get_ImprovedSales: Return a list of city-owned properties sold...

Description Usage Arguments Value Examples

View source: R/get_ImprovedSales.R

Description

Refer to the data dictionary for further information: https://data.milwaukee.gov/dataset/total-number-of-city-owned-improved-properties-sold-by-year

Usage

1
2
get_ImprovedSales(start_year = NULL, end_year = NULL, shape,
  spatial = FALSE, include_missing = FALSE)

Arguments

start_year

a numeric value. Defaults to earliest available

end_year

a numeric value. Defaults to last available.

shape

An object of class sf. If included, the output will be filtered using st_intersection

spatial

Logical. If TRUE the output is class sf. Defaults to FALSE.

include_missing

Logical. If TRUE values not geocoded will be added to the output. Defaults to FALSE.

Value

A dataframe.

Examples

1
2

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