-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
25 lines (19 loc) · 824 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
1. Please make sure the packages listed below have installed in your devices and you can access internet!
library(dplyr)
library(ggplot2)
library(leaflet)
library(shiny)
library(shinyjs)
library(sf)
library(jsonlite)
library(tidyr)
library(httr)
You can run the script below to install if you have not
libraries <- c('shiny','shinyjs','sf','jsonlite','dplyr','leaflet','ggplot2','tidyr', 'httr')new_libraries <- libraries[!(libraries %in% installed.packages()[,"Package"])]if(length(new_libraries)) install.packages(new_libraries)
2. Please make sure the R studio have installed in your device
the download link : https://posit.co/downloads/
3. Now pen the project folder by using R studio
4. Click the Run App button on the right side!
5. You can explore the application now.