Description Usage Arguments See Also
View source: R/mantaLs.paths.R
Searches for filenames with regular expressions (using R
grep). Sorts listings by filename, time, or size.
Use this dotted form of mantaLs for passing
mantapath parameters into vectorized functions like
mantaJob.launch, mantaGet,
mantaSnapln, etc.
1 2 3 | mantaLs.paths(mantapath, grepfor, json, items = "a", sortby = "none",
decreasing = FALSE, ignore.case = FALSE, perl = FALSE,
verbose = FALSE)
|
mantapath |
character, optional. Current
subdirectory set by |
grepfor |
character optional. Regular expression for
|
json |
optional. Input saved JSON data from
|
items |
character optional. |
sortby |
character, optional. Specify |
decreasing |
logical, optional. Argument passed to R
|
ignore.case |
logical, optional. Argument passed to
R |
perl |
logical, optional. Argument passed to R
|
verbose |
logical, optional. Verbose HTTPS
|
Other mantaLs: mantaExists;
mantaLs.du; mantaLs.l;
mantaLs.n; mantaLs.url;
mantaLs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.