Uses of Interface
org.af.jhlir.call.RRef

Packages that use RRef
org.af.jhlir.call Provides classes to call R. 
 

Uses of RRef in org.af.jhlir.call
 

Subinterfaces of RRef in org.af.jhlir.call
 interface RDataFrameRef<WRAPPED_REF,RESOLVED_TYPE>
           
 interface RListRef<WRAPPED_REF,RESOLVED_TYPE>
           
 interface RNumericRef<WRAPPED_REF,RESOLVED_TYPE>
           
 

Methods in org.af.jhlir.call that return RRef
abstract  RRef RCallServices.evalAndGetRef(String expression)
          Evaluates an expression and returns the result as a reference.