RedPort: The constructor for the RedPort class.

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
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

1
  rdp <- RedPort('MyPort') 

RedeR documentation built on Nov. 8, 2020, 7:45 p.m.