Separate out geposan package

This commit is contained in:
Elias Projahn 2021-10-19 14:15:28 +02:00
parent 68354bf808
commit dc0265a13f
16 changed files with 154 additions and 731 deletions

9
main.R Normal file
View file

@ -0,0 +1,9 @@
library(shiny)
# Initialize data first.
source("data.R")
source("server.R")
source("ui.R")
runApp(shinyApp(ui, server))