Skip to contents

Opens the auditor live-evaluation dashboard. With no data file uploaded the app starts empty; the "Beispieldaten laden" button loads the synthetic example cohort.

Usage

zhn_run_app(...)

Arguments

...

Passed to shiny::runApp().

Value

Invisible NULL; called for the side effect of starting the Shiny app.

Details

The app is copied to a session temporary directory and run from there. shiny::runApp() sets the working directory to the app folder, so running it directly from the package library would keep that folder open and block updating or reinstalling the package on Windows ("device or resource busy") while the app is running. Running from a temp copy avoids that lock; the package's own files (translations, example data) are still read from the installed library via system.file().

Examples

if (FALSE) { # interactive()
zhn_run_app()
}