This procedure creates a batch file that starts a shiny app using wsf/run.wsf
.
create_bat(app_name, app_dir)
The name of the app being installed. It will be displayed throughout the installer and uninstaller in window titles, wizard pages, and dialog boxes. See [Setup]:AppName for details. For continuous installations, app_name
is used to check for an R package of the same name, and update it. The Continuous Installation vignette has more details.
Shiny app's directory, defaults to getwd()
.
BATCH file in app_dir