launchShinyAPP_GUI {cytofkit} | R Documentation |
A shiny APP for interactive exploration of analysis results
launchShinyAPP_GUI(message = "cytofkit", dir = getwd(), obj = NULL)
message |
Message when asking if user wants to open the shiny APP |
dir |
Result directory. |
obj |
The RData piped from cytofkit function to the Shiny App |
Window asking user if they wish to open shinyApp directly
# launchShinyAPP_GUI()