Nathaniel Smith wrote:
> I'd like to propose that we add a new low-level API to R_tryEval to
> rpy2.rinterface. This would be lower-level than the existing
> .__call__, .rcall methods, and have the following parts:
> * rpy2.rinterface.tryEval (or whatever): a function that takes an
> expression rin
I'd like to propose that we add a new low-level API to R_tryEval to
rpy2.rinterface. This would be lower-level than the existing
.__call__, .rcall methods, and have the following parts:
* rpy2.rinterface.tryEval (or whatever): a function that takes an
expression rinterface.Sexp, and an environment