View source: R/locate_drives.R
locate_drives | R Documentation |
Locate main folders (drives) with certain file types or name patterns
locate_drives(path = NULL, extensions = NULL, patterns = NULL, ...)
path |
folder from which start the search. By default, it explores all possible folders from the highest (root in linux, My computer in windows) |
extensions |
vector with all file extensions, no point required, to search for. By default, all extensions searched. |
patterns |
vector with all file names patterns to search. By default, no pattern specified |
... |
extra parameters to pass to function fs::dir_ls |
tibble with paths to the highest folders (drives) of the type specified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.