Skip to main content
0 votes
1 answer
84 views

I like to call a command line utility from R and parallelise the tool by calling several copies of it in different folders. Each call can have quite different runtimes, so I'd like to do this in an ...
user3460194's user avatar
3 votes
1 answer
230 views

I have a simple shiny app where a dataset is created in a reactive() call and then plotted. As the data creation might take a while, I want it to be called async so that the session can be used ...
David's user avatar
  • 10.5k