RedPort-class {RedeR} | R Documentation |
A class providing access to the RedeR application.
title
:The name of the XML-RPC port.
uri
:The uri to the XML-RPC server.
host
:The host to the XML-RPC server.
port
:The port number to the XML-RPC server.
RedPort methods invoke RedeR application via XML-RPC (remote procedure call) server. For each R method listed above there is a Java mirror that executes a callback procedure. Therefore, the Java callback engine must be initialized before any callback from RedeR (i.e. start the Java application).
Mauro Castro
# Creates a RedeR object by calling the constructor rdp <- RedPort('MyPort')