show_queries_list: Show all queries

View source: R/web-services.R

show_queries_listR Documentation

Show all queries

Description

It shows all the GMQL queries saved by the user on remote repository, using the proper GMQL web service available on a remote server

Usage

show_queries_list(url)

Arguments

url

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 queries. Every query in the list is described by:

  • name: name of query

  • text: text of GMQL query

Examples


## Login to GMQL REST services suite
remote_url = "http://www.gmql.eu/gmql-rest/"
login_gmql(remote_url)

## List all queries executed on remote GMQL system 
list <- show_queries_list(remote_url)


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