Is there a way to use a Python script to launch multiple R scripts, from say a button from within? (I'm thinking of having a button on a visualization page)
Let's say that I have [R Script One]
and [R Script Two]
, that I want to run them both, one after the other. What is the best way to achieve this?