Learn R Programming

RedeR (version 1.20.0)

ping: 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!"

See Also

RedPort

Examples

Run this code

rdp <- RedPort('MyPort') 

## Not run: 
# 
# calld(rdp)
# 
# ping (rdp)
# 
#     # "R interface is ready to use!"  
# 
# ## End(Not run)  
 

Run the code above in your browser using DataLab