-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaunch_pad.R
More file actions
23 lines (18 loc) · 1.55 KB
/
launch_pad.R
File metadata and controls
23 lines (18 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#################################################################################################################################
#################################################################################################################################
############################################################################################################################################################################
#################################################################################################################################
#################################################################################################################################
# LAUNCH PAD
#################################################################################################################################
#################################################################################################################################
############################################################################################################################################################################
#################################################################################################################################
#################################################################################################################################
rm(list=ls())
library(rsconnect)
library(miniUI)
library(shiny)
setwd("C:/Users/Xavier Vollenweider/Documents/Flowminder/Migration_FDFA/code/FDFA_01_dev_v4/")
runApp()
deployApp()