https://github.com/etiennebacher/example-shiny-callr
https://github.com/etiennebacher/example-shiny-callr
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/etiennebacher/example-shiny-callr
- Owner: etiennebacher
- Created: 2022-02-13T20:03:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T20:03:06.000Z (about 3 years ago)
- Last Synced: 2025-04-01T22:18:48.299Z (13 days ago)
- Language: R
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - etiennebacher/example-shiny-callr - (R)
README
# example-shiny-callr
This is an example app showing how to have button to interrupt plot creation without killing the app.
The idea is to put the plot creation in a background process with `callr` and kill the process if the button "Stop" is clicked.