Description Usage Arguments Details Value Examples
Register to GMQL REST services suite using the proper GMQL web service available on a remote server.
1 | register_gmql(url, username, psw, email, first_name, last_name)
|
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 |
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.
None
1 2 3 4 5 6 7 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.