Description Usage Arguments Details Value Examples
View source: R/get_WorkPermits.R
get_WorkPermits
returns a data.frame containing all residential and commercial
work permits geocoded (if specified) and filtered for the selected geography
(if specified).
1 2 | get_WorkPermits(start_date = NULL, end_date = NULL, spatial = FALSE,
shape, include_missing = FALSE)
|
start_date |
must be coercible to date format |
end_date |
must be coercible to date format |
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. |
Refer to the data dictionary for variable descriptions: https://data.milwaukee.gov/dataset/liquorlicenses
A dataframe.
1 2 | get_WorkPermits()
get_WorkPermits(spatial = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.