list_dirs | R Documentation |
Wrapper around list.dirs()
but includes maxdepth
and pattern arguments and
removes full.names
argument, always return full names.
list_dirs(
path = ".",
full.names = TRUE,
recursive = FALSE,
maxdepth = 1,
pattern
)
path |
Same as |
full.names |
Same as |
recursive |
Same as |
maxdepth |
Integer (default = |
pattern |
Optional character (default is missing) regex pattern match on directory name. |
Character vector of paths to matched directories.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.