Opens an interactive browser-based application for uploading NONMEM .lst
files, viewing parsed parameter tables, and downloading results in CSV or
RDS format.
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()
}