GTServer {GeneTraffic}R Documentation

Create a GeneTraffic server object

Description

This is a constructor for the GTServer class which is used to identify the host, port, username and password of a GeneTraffic server.

Usage

GTServer(host, username, password, port)

Arguments

host the name of the GeneTraffic machine.
username the username used to connect to the GeneTraffic server.
password the password used to connect to the GeneTraffic server.
port the port used to connect to the GeneTraffic server. If not specified, by default port 80 is used.

Value

An object of class GTServer.

Examples

    gt <- GTServer(host = "genetraffic", username="demo", password="pass", port = 80)

[Package GeneTraffic version 1.2.0 Index]