runApp {tr.iatgen}R Documentation

Run a standalone Shiny App for iatgen translation

Description

This starts R shiny web based application to facilitate iatgen-generated QSF translation. It is a pass through function to shiny::runApp.

runApp.png

Usage

runApp(...)

Arguments

...

All parameters are passed to Shiny runApp function

Value

No return value, called for side effects (running the shiny App UI)

Examples


# this will start the shiny UI
tr.iatgen::runApp()


[Package tr.iatgen version 1.0.0 Index]