dirTree: create a tree of directories

Description Usage Arguments See Also

View source: R/dirTree.R

Description

creates a dendogram of subdirectories down to a given depth.

Usage

1
2
3
4
5
6
7
8
dirTree(
  files = FALSE,
  path = ".",
  depth = 2,
  exclude = c("^.git"),
  plot = FALSE,
  ...
)

Arguments

files

whether to look for files. If FALSE, directories are listed.

path

character, the directory

depth

the depth of the tree

exclude

vector of regex characters to exclude

plot

whether to plot the tree as well - not used atm

...

Other args passed to list.dirs or list.files

See Also

Other file: check_files_exist(), file_backup(), move_symlink(), parent_base_ext(), saveRDS2(), suffixer()


aljabadi/Altools documentation built on Jan. 17, 2022, 8:55 a.m.