ping: Test RedeR R-to-Java interface.

Description Usage Arguments Value Note Author(s) See Also Examples

Description

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

Usage

1
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

1
2
3
4
5
6
7
8
9
rdp <- RedPort('MyPort') 

## Not run: 

calld(rdp)
ping (rdp)

## End(Not run)  
 

RedeR documentation built on Nov. 8, 2020, 7:45 p.m.