show_jobs_list: Show all jobs

Description Usage Arguments Details Value Examples

View source: R/web-services.R

Description

It shows all jobs (run, succeded or failed) invoked by the user on remote server using, the proper GMQL web service available on a remote server

Usage

1

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

Examples

1
2
3
4
5
6
7
## Login to GMQL REST services suite as guest

remote_url = "http://www.gmql.eu/gmql-rest/"
login_gmql(remote_url)

## List all jobs
list_jobs <- show_jobs_list(remote_url)

RGMQL documentation built on Nov. 8, 2020, 5:59 p.m.