mantaJob.outputs: Returns list of output Manta objects given Manta job...

Description Usage Arguments See Also Examples

View source: R/mantaJob.outputs.R

Description

Outputs have hashed file names as saved by the Manta service.

Usage

1
mantaJob.outputs(jobid, silent = FALSE)

Arguments

jobid

character optional. Manta job identifier such as "70c30bab-873b-66da-ebc8-ced12bd35ac4". Default uses mantaJobs.tail to fetch the jobid of the last Manta Job run on the service.

silent

logical required. Set to TRUE for non-interactive use of the function to suppress stop on Manta Service error messages, and return an empty data set. N.B. Errors are logged and in the bunyan buffer.

See Also

Other mantaJobs: mantaJob.cancel; mantaJob.done; mantaJob.errors.stderr; mantaJob.errors; mantaJob.failures; mantaJob.inputs; mantaJob.launch; mantaJob.outputs.cat; mantaJob.setup; mantaJob.status; mantaJobs.running; mantaJobs.tail; mantaJobs; mantaMap; mantaReduce

Examples

1
2
3
4
5
6
7
8
## Not run: 
## List the outputs of the last job run on Manta:
mantaJob.outputs()
## Download the output files of the last job run on Manta, to current R working
## directory, keeping hashed filenames.
mantaGet(mantaJob.outputs())

## End(Not run)

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