Add missing dependencies
This commit is contained in:
1
app.R
1
app.R
@@ -1,3 +1,4 @@
|
|||||||
|
library(rjson)
|
||||||
library(shiny)
|
library(shiny)
|
||||||
library(bslib)
|
library(bslib)
|
||||||
library(leaflet)
|
library(leaflet)
|
||||||
|
|||||||
10
global.R
10
global.R
@@ -1,4 +1,14 @@
|
|||||||
library(rjson)
|
library(rjson)
|
||||||
|
library(shiny)
|
||||||
|
library(bslib)
|
||||||
|
library(leaflet)
|
||||||
|
library(sf)
|
||||||
|
library(htmltools)
|
||||||
|
library(dplyr)
|
||||||
|
library(purrr)
|
||||||
|
library(ggplot2)
|
||||||
|
library(ggthemes)
|
||||||
|
library(stringr)
|
||||||
# Json of Crime Reports
|
# Json of Crime Reports
|
||||||
crime_json <- fromJSON(file="data.json")
|
crime_json <- fromJSON(file="data.json")
|
||||||
get_bezirk_by_stadtteil <- function(name) {
|
get_bezirk_by_stadtteil <- function(name) {
|
||||||
|
|||||||
Reference in New Issue
Block a user