SkyQuery.submitJob: Job submission

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/SkyQuery.r

Description

Submits a new job (more info in http://www.voservices.net/skyquery).

Usage

1
SkyQuery.submitJob(query, queue="quick")

Arguments

query

sql query (string).

queue

queue name (string).

Value

Returns the jobID (string), unique identifier of the job. Throws an exception if the user is not logged into SciServer (use Authentication.login for that purpose). Throws an exception if the HTTP request to the SkyQuery API returns an error.

Author(s)

Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>

References

http://www.sciserver.org
http://www.voservices.net/skyquery
http://www.github.com/sciserver/SciScript-R

See Also

SkyQuery.getJobStatus, SkyQuery.listQueues.

Examples

1
jobId = SkyQuery.submitJob('select 1 as foo',"quick")

sciserver/SciScript-R documentation built on May 29, 2019, 3:45 p.m.