ping {RedeR} | R Documentation |
Test R interface and the connection to an active RedeR session.
ping(obj)
obj |
Object of RedPort Class. |
"R interface is ready to use!"
Prior calling this method invoke RedeR application via XML-RPC server (i.e. 'calld').
Mauro Castro
rdp <- RedPort('MyPort') ## Not run: calld(rdp) ping (rdp) ## End(Not run)