demo/run.R

library(shiny)

port <- Sys.getenv('PORT')
gobal <- new.env()

shiny::runApp(
  appDir = "~/",
  host = '0.0.0.0',
  port = as.numeric(port)
)
neumanrq/fairreviewers documentation built on May 24, 2019, 5:06 a.m.