RedPort {RedeR} | R Documentation |
Constructor to build RedeR interface via XML-RPC (remote procedure call) server.
RedPort(title = 'default', host = '127.0.0.1', port = 9091)
title |
A character string representing the XML-RPC port. |
host |
The domain name of the machine that is running the RedeR XML-RPC server. |
port |
An integer specifying the port on which the XML-RPC server should listen. |
An object of the RedPort Class.
Mauro Castro
rdp <- RedPort('MyPort')