diff --git a/IT Shiny App.R b/IT Shiny App.R index b45df5c..e5edc28 100644 --- a/IT Shiny App.R +++ b/IT Shiny App.R @@ -5,6 +5,7 @@ library(leaflet) library(sf) library(htmltools) library(dplyr) +library(purrr) # Json of Crime Reports crime_json <- fromJSON(file="data.json")