Skip to contents

Opens an interactive browser-based application for uploading NONMEM .lst files, viewing parsed parameter tables, and downloading results in CSV or RDS format.

Usage

run_app(...)

Arguments

...

Additional arguments passed to shiny::runApp().

Value

Called for its side effect (launches a Shiny app). Returns the value from shiny::runApp() invisibly.

Examples

if (interactive()) {
  run_app()
}