jobToken-class: Class '"jobToken"'

Description Objects from the Class Slots Methods Author(s) References See Also Examples

Description

Container for storing a reference to a remote job ran on the ChemMine Tools web server.

Objects from the Class

Objects can be created by calls of the form new("jobToken", ...).

Slots

tool_name:

Object of class "character"

jobId:

Object of class "character"

Methods

show

signature(object = "jobToken"): check the status of a launched job

Author(s)

Tyler William H Backman

References

See ChemMine Tools at http://chemmine.ucr.edu.

See Also

Functions: launchCMTool, toolDetails, listCMTools, result, browseJob, status

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
showClass("jobToken")
## Not run: 
## launch a job on the server and obtain jobToken back
job1 <- launchCMTool("pubchemID2SDF", 2244)

## check status of the job
status(job1)

## obtain results
result1 <- result(job1)
result1

## End(Not run)

girke-lab/ChemmineR-git-svn-bridge documentation built on May 17, 2019, 5:25 a.m.