This function launches the Shiny web results viewer.

launchShinyApp(outputFolder, shinySettings = list(dataFolder = outputFolder))

Arguments

outputFolder

The root output folder that holds the individual database results

shinySettings

This is a list() of settings passed to the Shiny application. At the moment this is simply the output folder so likely no need to change this parameter.