ping {RedeR}R Documentation

Test RedeR R-to-Java interface.

Description

Test R interface and the connection to an active RedeR session.

Usage

ping(obj)

Arguments

obj

Object of RedPort Class.

Value

"R interface is ready to use!"

Note

Prior calling this method invoke RedeR application via XML-RPC server (i.e. 'calld').

Author(s)

Mauro Castro

See Also

RedPort

Examples

rdp <- RedPort('MyPort') 

## Not run: 

calld(rdp)
ping (rdp)

## End(Not run)  
 

[Package RedeR version 1.42.0 Index]