Uses of Class
org.rosuda.REngine.Rserve.RSession

Packages that use RSession
org.rosuda.REngine.Rserve REngine-based interface to Rserve 
 

Uses of RSession in org.rosuda.REngine.Rserve
 

Methods in org.rosuda.REngine.Rserve that return RSession
 RSession RConnection.detach()
          detaches the session and closes the connection (requires Rserve 0.4+).
 RSession RConnection.voidEvalDetach(String cmd)
          evaluates the given command, detaches the session (see @link{detach()}) and closes connection while the command is being evaluted (requires Rserve 0.4+).
 



Copyright © 2015. All rights reserved.