Description Usage Arguments See Also Examples
Used for getting disk size, number of objects, number of subdirectories. Searching for filenames with regular expressions (using R grep). Sorting listings by filename, time, or size.
1 2 3 |
mantapath |
character, optional. Current
subdirectory set by |
grepfor |
character optional. Regular expression for
|
json |
optional. Input saved JSON data from
|
l |
character optional. |
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
|
internal |
logical, Internal use by mantaFind. |
Other mantaLs: mantaExists
;
mantaLs.du
; mantaLs.l
;
mantaLs.n
; mantaLs.paths
;
mantaLs.url
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## Not run:
## List names of all objects stored in the directory
## specified by mantaSetwd(),
mantaLs()
## List all objects ending in .jpg or .JPG
## in your Manta ~~/public/images directory,
## Show a UNIX-like result sorted by file size:
mantaLs("~~/public/images", l = 'l', items = 'o', grepfor = "[.]jpg",
ignore.case = TRUE, sortby = 'size')
## Download all objects in current Manta directory, non recursive find:
#mantaGet(mantaLs.paths(items = 'o'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.