find10XoutputFolders | R Documentation |
This function searches through specified subdirectories within a root directory to find all subdirectories named 'outs' and returns a character vector with their full paths.
find10XoutputFolders(root_dir, subdir, recursive = TRUE)
root_dir |
The root directory. |
subdir |
A character vector of subdirectory names within the root directory to be scanned. |
recursive |
Boolean indicating whether to search recursively within subdirectories. |
A character vector containing the full paths to the 'outs' subdirectories.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.