dirSortedBy | R Documentation |
Get listing of full paths to items in folder(s), sorted by choice of item from file.info
dirSortedBy(paths, sortBy = "ctime", recursive = FALSE)
paths |
set of folders to list |
sortBy |
character vector; names of one or more columns returned by file.info:
or these additional names:
|
recursive |
boolean; should all items from subfolders also be listed? |
a character vector of paths to files, sorted by the specified property. The sorting happens *across* folders, rather than within them.
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.