[R] Writing R code in C# and Executing

2014-02-15 Thread Yuvaraj
I need to retrieve the data from my Database. 
 later send the data and the .r script to R engine and do the execution.



-
Regards,
Yuvaraj R
--
View this message in context: 
http://r.789695.n4.nabble.com/Writing-R-code-in-C-and-Executing-tp4685380.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@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.


Re: [R] Calling R functions into C# or C++

2014-02-15 Thread Yuvaraj
Hi,

In my case I don't have any static data to be written in the .r file. 

 I need to retrieve the data from my Database. 
 later send the data and the .r script to R engine and do the execution.



--
View this message in context: 
http://r.789695.n4.nabble.com/Calling-R-functions-into-C-or-C-tp904267p4685379.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@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.