Skip to content
Prev 34867 / 63424 Next

R_tryEval for OCaml-R.

Hello.

I'm currently working on the OCaml-R binding allowing to call R code 
from Objective Caml.

As Objective Caml is a functional language, I'd like the binding to be 
as 'functional' as possible. Specifically, this means that I'd like 
using the R_tryEval function and all related entry points in libR.so.

I've had a look at R-exts.pdf, but R_tryEval is not documented.

Could someone please point me to relevant documentation, or the relevant 
part of the R source code?

All the best,