Description Objects from the Class Slots Methods Author(s) References See Also Examples
Container for storing a reference to a remote job ran on the ChemMine Tools web server.
Objects can be created by calls of the form new("jobToken", ...)
.
tool_name
:Object of class "character"
jobId
:Object of class "character"
signature(object = "jobToken")
: check the status of a launched job
Tyler William H Backman
See ChemMine Tools at http://chemmine.ucr.edu.
Functions: launchCMTool
, toolDetails
, listCMTools
, result
, browseJob
, status
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.