If not running interactively (i.e. locally), launches the mod_synapse_oauth_ui to start dccvalidator using OAuth for login. Otherwise, launches the mod_main_ui to start dccvalidator using login credentials stored in a .synapseConfig.

app_ui(request)

Arguments

request

Shiny request object

Value

A shinydashboard page

Examples

if (FALSE) { shinyApp(ui = app_ui, server = app_server) }