Description Usage Arguments Details Value Examples
It shows all GMQL datasets stored by the user or public in remote repository, using the proper GMQL web service available on a remote server
1 |
url |
single string url of server: It must contain the server address and base url; service name is added automatically |
If error occurs, a specific error is printed
List of datasets. Every dataset in the list is described by:
name: name of dataset
owner: public or name of the user
1 2 3 4 5 6 7 8 | ## Login to GMQL REST services suite as guest
remote_url = "http://www.gmql.eu/gmql-rest/"
login_gmql(remote_url)
## List all datasets
list <- show_datasets_list(remote_url)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.