r-script icon indicating copy to clipboard operation
r-script copied to clipboard

How to make a persistent R environment?

Open chintanp opened this issue 7 years ago • 0 comments

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.

chintanp avatar Jun 27 '18 01:06 chintanp