Skip to content
Snippets Groups Projects
run_shiny.R 128 B
Newer Older
source("C:/rdev/eolpop/inst/ShinyApp/ui.R")
source("C:/rdev/eolpop/inst/ShinyApp/server.R")

shinyApp(ui = ui, server = server)