Title: | Fast Recursive Directory Listing |
---|---|
Description: | Fast recursive directory listing using Rust crates walkdir <https://github.com/BurntSushi/walkdir> and jwalk <https://github.com/Byron/jwalk>. |
Authors: | Ben Raymond [aut, cre] |
Maintainer: | Ben Raymond <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.3 |
Built: | 2024-10-24 05:59:13 UTC |
Source: | https://github.com/AustralianAntarcticDivision/fastrls |
Recursively list files and directories
fastrls( dir, include_dirs = TRUE, include_files = TRUE, include_links = TRUE, follow_links = TRUE, n_threads = 2L )
fastrls( dir, include_dirs = TRUE, include_files = TRUE, include_links = TRUE, follow_links = TRUE, n_threads = 2L )
dir |
string: starting directory |
include_dirs |
logical: if |
include_files |
logical: if |
include_links |
logical: if |
follow_links |
logical if |
n_threads |
integer: if > 1, use multiple threads. Might be counter-productive on hardware that can't cope with simultaneous requests (spinning disks?) |
A character vector