1/14/2020

## This version of Shiny is designed to work with 'htmlwidgets' >= 1.5.
##     Please upgrade via install.packages('htmlwidgets').
## ── Attaching packages ────────────────────────────── tidyverse 1.2.1 ──
## ✔ ggplot2 3.2.1     ✔ purrr   0.3.3
## ✔ tibble  2.1.3     ✔ dplyr   0.8.3
## ✔ tidyr   1.0.0     ✔ stringr 1.4.0
## ✔ ggplot2 3.2.1     ✔ forcats 0.4.0
## ── Conflicts ───────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag()    masks stats::lag()
## Google's Terms of Service: https://cloud.google.com/maps-platform/terms/.
## Please cite ggmap if you use it! See citation("ggmap") for details.
## Parsed with column specification:
## cols(
##   `CASE#` = col_character(),
##   `DATE  OF OCCURRENCE` = col_character(),
##   BLOCK = col_character(),
##   IUCR = col_character(),
##   `PRIMARY DESCRIPTION` = col_character(),
##   `SECONDARY DESCRIPTION` = col_character(),
##   `LOCATION DESCRIPTION` = col_character(),
##   ARREST = col_character(),
##   DOMESTIC = col_character(),
##   BEAT = col_double(),
##   WARD = col_double(),
##   `FBI CD` = col_character(),
##   `X COORDINATE` = col_double(),
##   `Y COORDINATE` = col_double(),
##   LATITUDE = col_double(),
##   LONGITUDE = col_double(),
##   LOCATION = col_character()
## )

Theft In Chicago Region On the First Day 2020

Data comes from Chicago police Department.

The Data comes from Chicago Police departments' crime report of Chicago city government and Police Department. In total, 92 theft were being reported on Jan 1, 2020.

## Source : http://tile.stamen.com/terrain/11/523/760.png
## Source : http://tile.stamen.com/terrain/11/524/760.png
## Source : http://tile.stamen.com/terrain/11/525/760.png
## Source : http://tile.stamen.com/terrain/11/526/760.png
## Source : http://tile.stamen.com/terrain/11/523/761.png
## Source : http://tile.stamen.com/terrain/11/524/761.png
## Source : http://tile.stamen.com/terrain/11/525/761.png
## Source : http://tile.stamen.com/terrain/11/526/761.png
## Source : http://tile.stamen.com/terrain/11/523/762.png
## Source : http://tile.stamen.com/terrain/11/524/762.png
## Source : http://tile.stamen.com/terrain/11/525/762.png
## Source : http://tile.stamen.com/terrain/11/526/762.png

Arrest Situation of Theft Reported in Chicago

Thank You