Description Usage Arguments See Also Examples
View source: R/mantaJobs.tail.R
Returns identifier of last run Manta job identifier, or
from offset n up from end of list.
1 | mantaJobs.tail(n = 1)
|
n |
integer. Index into most recently run Jobs list.
|
Other mantaJobs: mantaJob.cancel;
mantaJob.done;
mantaJob.errors.stderr;
mantaJob.errors;
mantaJob.failures;
mantaJob.inputs;
mantaJob.launch;
mantaJob.outputs.cat;
mantaJob.outputs;
mantaJob.setup;
mantaJob.status;
mantaJobs.running; mantaJobs;
mantaMap; mantaReduce
1 2 3 4 5 6 7 | ## Not run:
## Get the Job Id of the last run Manta job:
mantaJobs.tail()
## Fifth last Manta job id:
mantaJobs.tail(n = 5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.