show_dataset: Show datasets

show_datasets_listR Documentation

Show datasets

Description

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

Usage

show_datasets_list(url)

Arguments

url

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

Details

If error occurs, a specific error is printed

Value

List of datasets. Every dataset in the list is described by:

  • name: name of dataset

  • owner: public or name of the user

Examples


## 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)


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