app.R

# Launch the ShinyApp (Do not remove this comment)
# To deploy, run: rsconnect::deployApp()
# Or use the blue button on top of this file

pkgload::load_all()
options( "golem.app.prod" = TRUE)
shiny::shinyApp(ui = app_ui(), server = app_server)
thewileylab/ReviewR documentation built on Sept. 10, 2023, 5:36 a.m.