runApp: Run a standalone Shiny App for iatgen translation

View source: R/runApp.R

runAppR 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()


tr.iatgen documentation built on May 29, 2024, 7:30 a.m.