demo/apps/shinytestapp/server.R

shinyServer(function(input, output, session) {
  # plots tab source code
  source("reqcontrols.R", local = TRUE)
  source("reqplots.R", local = TRUE)
  
  })
JohanHJH/RSelenium documentation built on May 22, 2019, 5:36 p.m.