powered by
This starts R shiny web based application to facilitate iatgen-generated QSF translation. It is a pass through function to shiny::runApp.
runApp(...)
No return value, called for side effects (running the shiny App UI)
All parameters are passed to Shiny runApp function
if (FALSE) { # interactive() # this will start the shiny UI tr.iatgen::runApp() }
Run the code above in your browser using DataLab