Add purrr dependency

This commit is contained in:
2025-12-11 22:41:19 +01:00
parent 9c9866b9af
commit 839f14ad14

View File

@@ -5,6 +5,7 @@ library(leaflet)
library(sf) library(sf)
library(htmltools) library(htmltools)
library(dplyr) library(dplyr)
library(purrr)
# Json of Crime Reports # Json of Crime Reports
crime_json <- fromJSON(file="data.json") crime_json <- fromJSON(file="data.json")