I have to develop a web interface allowing the user to enter some inputs that will be passed to an Rscript as parameters and return the result to the user.
I have some questions for someone who have done a similar web interface:
- Which web framework to use
- What is the easiest way to communicate the web interface and the Rscripts (within the web app architecture)
- Should I install R on the server (if yes how to lauch the Rscripts from the web interface)