RserveConnection-class {RGalaxy}R Documentation

Class "RserveConnection"

Description

Represents a connection to Rserve.

Usage

RserveConnection(...)

Arguments

...
host

character(1) The name of the host. Defaults to "localhost".

port

integer(1) The port. Defaults to 6311L.

Methods

No methods defined with class "RserveConnection" in the signature.

See Also

link{galaxy}, GalaxyOutput

Examples


RserveConnection(host="myhost", port=2012L)

[Package RGalaxy version 1.24.0 Index]