Hi
I have a shiny app which initializes a lengthy process. The process is started when the user clicks a button, and I would like the process to continue irrespective if client ends the session or closes the browser.
I could start a second R process to do the calculations, but can I start it detached from the shiny session?
Is there a better way of starting that process and to let it continue until it is finished?
Rainer