Package ubic.basecode.util.r
Class RConnectionFactory
- java.lang.Object
-
- ubic.basecode.util.r.RConnectionFactory
-
public class RConnectionFactory extends Object
Get a connection to R, somehow (if possible).- Author:
- Paul
-
-
Constructor Summary
Constructors Constructor Description RConnectionFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RClient
getRConnection()
Get connection; if Rserve is used, connect to localhost.static RClient
getRConnection(String hostName)
-