launch_app
Starts a Shiny app at a specified path, opens it in a browser, and waits for the first load to settle. Relaunches the same app or replays previous user actions to restore a state.
Instructions
Start the Shiny app at path and open it in a browser, then wait for the first load to settle.
path is a folder with app.R, ui.R + server.R, or app.py, or the app.R / app.py file itself.
interpreter overrides the Rscript or Python executable. Launching the same path again stops
the old copy and relaunches it under the same app_id (use this after a crash or a code change).
With replay=True, the set_inputs, click, upload_file and show actions from the previous run
of this path are run again in order, to get back to the same state; replay says how many
ran and which one failed, if any, and the envelope covers the load and every replayed action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| replay | No | ||
| interpreter | No |