mantaLs.du: Returns disk used in bytes of directory listings, NOT...

Description Usage Arguments See Also

View source: R/mantaLs.du.R

Description

Used for getting number of bytes occupied by objects matching directory query.

Usage

1
2
mantaLs.du(mantapath, grepfor, json, items = "a", ignore.case = FALSE,
  perl = FALSE, verbose = FALSE)

Arguments

mantapath

character, optional. Current subdirectory set by mantaSetwd is used, otherwise specify full Manta path to subdirectory. Supports ~~ expansion to your Manta username, e.g. "~~/public" and UTF-8 encoded characters.

grepfor

character optional. Regular expression for grep name search. Uses R regexps, N.B. use "[.]txt", not "*.txt" to match filename extensions.

json

optional. Input saved JSON data from mantaLs(format='json') used for reprocessing previously retrieved listings. Include previously specified mantapath if you wish to recover true paths.

items

character optional. 'a' for all, 'd' for directory, 'o' for object.

ignore.case

logical, optional. Argument passed to R grep for searching.

perl

logical, optional. Argument passed to R grep for searching.

verbose

logical, optional. Verbose HTTPS RCurl data output on Unix.

See Also

mantaFind.du

Other mantaLs: mantaExists; mantaLs.l; mantaLs.n; mantaLs.paths; mantaLs.url; mantaLs


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