GTGetProjectList {GeneTraffic} | R Documentation |
This is the function that retrieves a project list from a GeneTraffic server using the GeneTraffic Web Services API.
GTGetProjectList(server, session)
server |
a GTServer object. |
session |
the session id returned by the GTLogin function. |
The list of projects from a GeneTraffic server.
## Not run: gt <- GTServer(host = "genetraffic", username="demo", password="pass", port = 80) session <- GTLogin(gt) pl <- GTGetProjectList(gt, session) pl ## End(Not run)