I'm looking to add a feature to my C# app to be able to open the data objects of an existing R sessions data objects. I've tried out .NET libraries R.NET and RserveCLI2 which indeed interact with the installed R application to be able to launch their own sessions and run R commands, but I am yet to find out if it is possible to access an R session that is already open (in RStudio for example).
From my understanding R objects are stored in memory, and not on disk like SAS datasets are. Is it even possible what I am trying to achieve?
Thanks
1.4m articles
1.4m replys
5 comments
57.0k users