I think you are looking for something like RServe. http://rosuda.org/Rserve/.
It sets up R as a server which you talk to via TCP/IP. It has client
APIs for Java and a number of other languages.
Alex
On Thu, May 14, 2009 at 10:39 AM, Philippe Lamote wrote:
> Hey guys,
>
> I'm a (Java) integratio
On 14 May 2009 at 16:39, Philippe Lamote wrote:
| I'm a (Java) integration architect.
| We are currently stuck with SAS but I'd be happy to switch that to R! (of
| course ;-).
| Now, a big argument for the latter, is that we can integrate it seamlessly
| with all our existing (java) apps.
| Theref
I don't have an answer, but I suspect that if you
install.packages("RSiteSearch"), you might find information relevant to
your question from the following:
library(RSiteSearch)
java <- RSiteSearch.function('Java')
summary(java)
# Reports that 136 help pages contained "Java", 23 of which
Hey guys,
I'm a (Java) integration architect.
We are currently stuck with SAS but I'd be happy to switch that to R! (of
course ;-).
Now, a big argument for the latter, is that we can integrate it seamlessly
with all our existing (java) apps.
Therefore: has anyone heard of a java API (like SAS has