mantaCat: Retrieves object from Manta and uses 'cat' to print contents...

Description Usage Arguments See Also Examples

View source: R/mantaCat.R

Description

Retrieves object from Manta and uses cat to print contents to the R console. mantaCat is intended for text files, use at your own risk on binary data.

Usage

1
mantaCat(mantapath, sep = "\n")

Arguments

mantapath

vector of character, required.

sep

character, required, separator.

See Also

mantaJob.outputs.cat, mantaJob.errors.stderr

Other mantaGet: mantaGet; mantaLoad.ws; mantaLoad; mantaSave; mantaSource

Examples

1
2
3
4
5
6
7
## Not run: 
data <- runif(100)
mantaDump("data")
mantaCat("dumpdata.R")
mantaRm("dumpdata.R")

## End(Not run)

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