Description Slots Methods Details Author(s) See Also Examples
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
1 2 3 |
# Creates a RedeR object by calling the constructor
rdp <- RedPort('MyPort')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.