GTLogout {GeneTraffic} | R Documentation |
This is the function to logout from a GeneTraffic server using the GeneTraffic Web Services API.
GTLogout(server, session)
server |
a GTServer object. |
session |
the session id returned by the GTLogin function. |
The logical value representing success or failure trying to logout from a GeneTraffic server.
## Not run: gt <- GTServer(host = "genetraffic", username="demo", password="pass", port = 80) session <- GTLogin(gt) GTLogout(gt, session) ## End(Not run)