SkyQuery.submitJob {SciServer} | R Documentation |
Submits a new job (more info in http://www.voservices.net/skyquery).
SkyQuery.submitJob(query, queue="quick")
query |
sql query (string). |
queue |
queue name (string). |
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.
Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>
http://www.sciserver.org
http://www.voservices.net/skyquery
http://www.github.com/sciserver/SciScript-R
SkyQuery.getJobStatus
, SkyQuery.listQueues
.
jobId = SkyQuery.submitJob('select 1 as foo',"quick")