register_gmql: Register into remote GMQL

View source: R/web-services.R

register_gmqlR Documentation

Register into remote GMQL

Description

Register to GMQL REST services suite using the proper GMQL web service available on a remote server.

Usage

register_gmql(url, username, psw, email, first_name, last_name)

Arguments

url

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

username

string user name used to login in

psw

string password used to login in

email

string user email

first_name

string user first name

last_name

string user last name

Details

After registration you will receive an authentication token. As token remains valid on server (until the next login / registration or logout), a user can safely use a token for a previous session as a convenience; this token is saved in R Global environment to perform subsequent REST calls or batch processing even on complete R restart (if the environment has been saved). If error occurs, a specific error is printed.

Value

None

Examples


## Register to GMQL REST services suite 

remote_url = "http://www.gmql.eu/gmql-rest/"
## Not run: 
register_gmql(remote_url,"foo","foo","foo@foo.com","foo","foo")

## End(Not run)


DEIB-GECO/RGMQL documentation built on Feb. 17, 2024, 10:39 p.m.