runApp {tr.iatgen} | R Documentation |
This starts R shiny web based application to facilitate iatgen-generated QSF translation. It is a pass through function to shiny::runApp.
runApp(...)
... |
All parameters are passed to Shiny runApp function |
No return value, called for side effects (running the shiny App UI)
# this will start the shiny UI
tr.iatgen::runApp()