logout_gmql {RGMQL} | R Documentation |
Logout from GMQL REST services suite using the proper GMQL web service available on a remote server
logout_gmql(url)
url |
string url of server: It must contain the server address and base url; service name is added automatically |
After logout the authentication token will be invalidated. The authentication token is removed from R Global environment. If error occurs, a specific error is printed
None