[R] Executable Expressions II

R. Michael Weylandt michael.weylandt at gmail.com
Thu Jan 19 20:17:26 CET 2012


Glad you got it worked out -- I don't know C# but if it's portable-ish
to C++ you may also want to look at Dirk's RInside project:

http://dirk.eddelbuettel.com/code/rinside.html

and here in web-deployment

http://dirk.eddelbuettel.com/blog/2011/11/30/#rinside_and_wt

Michael

On Wed, Jan 18, 2012 at 5:23 PM, Ajay Askoolum <aa2e72e at yahoo.co.uk> wrote:
> I am not using RExcel at all.
>
> I have now come up with a better solution that using eval. I can construct the data structure (like c(1,2,3,4,5)) as an object in C# and pass it as the argument to the method inside the web service that will call R. Works fine.
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list