r-script
r-script copied to clipboard
How to make a persistent R environment?
If I used R-script in a client-server application, would this mean the call to a script would be made with every connection?
Further, is it possible to have a persistent connection with R? i.e. I want user input from front-end fed to Rscript and then R's output fed to the user and back again.