Learn R Programming

tr.iatgen (version 1.0.0)

runApp: 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.

Usage

runApp(...)

Value

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

Arguments

...

All parameters are passed to Shiny runApp function

Examples

Run this code
if (FALSE) { # interactive()
# this will start the shiny UI
tr.iatgen::runApp()
}

Run the code above in your browser using DataLab