mantaJobs.tail: Returns identifier of last run Manta job identifier, or from...

Description Usage Arguments See Also Examples

View source: R/mantaJobs.tail.R

Description

Returns identifier of last run Manta job identifier, or from offset n up from end of list.

Usage

1

Arguments

n

integer. Index into most recently run Jobs list. n = 1 default is last Manta Job run. n = 2 is second last, and so on.

See Also

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

Examples

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)

joyent/mantaRSDK documentation built on May 19, 2019, 10:43 p.m.