GTServer {GeneTraffic} | R Documentation |
This is a constructor for the GTServer
class
which is used to identify the host, port, username and password
of a GeneTraffic server.
GTServer(host, username, password, port)
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. |
An object of class GTServer
.
gt <- GTServer(host = "genetraffic", username="demo", password="pass", port = 80)