Description Usage Arguments Details Value Examples
list directories to depth of n
1 | list.dirs.depth.n(p, n)
|
p |
path |
n |
number of directories to traverse down (as in find's maxdepth) |
from https://stackoverflow.com/questions/48297440/list-files-recursive-up-to-a-certain-level-in-r
vector of directory names
1 | list.dirs.depth.n(".", n = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.