logout_gmql: Logout from GMQL

Description Usage Arguments Details Value Examples

View source: R/web-services.R

Description

Logout from GMQL REST services suite using the proper GMQL web service available on a remote server

Usage

1

Arguments

url

string url of server: It must contain the server address and base url; service name is added automatically

Details

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

Value

None

Examples

1
2
3
4
5
## Login to GMQL REST services suite as guest, then logout

remote_url = "http://www.gmql.eu/gmql-rest/"
login_gmql(remote_url)
logout_gmql(remote_url)

RGMQL documentation built on Nov. 8, 2020, 5:59 p.m.