-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal.R
35 lines (32 loc) · 934 Bytes
/
global.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#---------------------------------------------------------------------------------------------------------
#packages
library("ows4R")
library("sp")
library("shiny")
library("DT")
library("readr")
library("stringr")
library("shinyWidgets")
library("shinycssloaders")
library("jsonlite")
library("leaflet")
library("shinydashboard")
library("ggplot2")
library("plotly")
library("plyr")
library("shinyjs")
library("shinybusy")
library("paletteer")
library("data.table")
library("sf")
#load module functions
source("https://raw.githubusercontent.com/eblondel/OpenFairViewer/master/src/resources/shinyModule/QueryInfo.R")
#source("D:/FAO-BLUECLOUD_04052020_11082020/02-R/04-Github/OpenFairViewer/src/resources/shinyModule/QueryInfo.R")
source("Registers.R")
source("modules/Rename.R")
source("modules/Summary.R")
source("modules/Data.R")
#source("modules/SubsetRegion.R")
source("modules/Country.R")
#source("ui.R")
#source("server.R")