get_mai: Retrieve the Master Address Index (MAI)

Description Usage Arguments Details Value Examples

View source: R/get_mai.R

Description

get_mai returns a data.frame containing the complete Master Address index geocoded (if specified) and filtered for the selected geography (if specified).

Usage

1
get_mai(spatial = FALSE, shape, include_missing = FALSE)

Arguments

spatial

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

shape

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

include_missing

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

Details

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

Value

A dataframe.

Examples

1
2
get_mai()
get_mai(spatial = TRUE)

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