RedPort {RedeR}R Documentation

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.

Author(s)

Mauro Castro

See Also

calld

Examples

  rdp <- RedPort('MyPort') 

[Package RedeR version 1.42.0 Index]