Skip to content
Prev 8038 / 398506 Next

Executing an R function from Java.

RP> Is anyone aware of a mechanism by which I could execute an R
    RP> function from within java (say a servlet).

I've nearly solved a similar problem -- getting access to R from
within Zope (using Duncan's RSPython work), as a ZMethod.  Tres cool
for WebObject publishing...

best,
-tony