powered by
Show directory structure and files in a tree format.
dir.tree(path = ".")
the directory to show.
dir is the underlying base function that returns directories and files as strings.
TAF-package gives an overview of the package.
TAF-package
if (FALSE) { path <- system.file("examples", package="TAF") dir.tree(path) cbind(dir(recursive=TRUE, include.dirs=TRUE)) }
Run the code above in your browser using DataLab