Description Usage Arguments See Also Examples
View source: R/mantaJob.status.R
Returns JSON Manta job status data given Manta job identifier.
1 | mantaJob.status(jobid, readable = TRUE)
|
readable |
logical. Set to |
jobid |
character optional. Manta job identifier
such as |
Other mantaJobs: mantaJob.cancel
;
mantaJob.done
;
mantaJob.errors.stderr
;
mantaJob.errors
;
mantaJob.failures
;
mantaJob.inputs
;
mantaJob.launch
;
mantaJob.outputs.cat
;
mantaJob.outputs
;
mantaJob.setup
;
mantaJobs.running
;
mantaJobs.tail
; mantaJobs
;
mantaMap
; mantaReduce
1 2 3 4 5 6 7 | ## Not run:
## Retrieve JSON status of the last run Manta job:
mantaJob.status(readable = FALSE) -> status
## Show JSON status of last run Manta job:
mantaJob.status()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.