Learn R Programming

RedeR (version 1.20.0)

RedPort: The constructor for the RedPort class.

Description

Constructor to build RedeR interface via XML-RPC (remote procedure call) server.

Usage

RedPort(title = 'default', host = '127.0.0.1', port = 9091)

Arguments

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.

Value

An object of the RedPort Class.

See Also

calld

Examples

Run this code
  rdp <- RedPort('MyPort') 

Run the code above in your browser using DataLab