mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
6 lines
89 B
R
6 lines
89 B
R
source("global.R")
|
|
source("ui.R")
|
|
source("server.R")
|
|
|
|
shinyApp(ui = ui, server = server)
|