| dir.tree | R Documentation |
Show directory structure and files in a tree format.
dir.tree(path = ".")
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.
## Not run:
path <- system.file("examples", package="TAF")
dir.tree(path)
cbind(dir(recursive=TRUE, include.dirs=TRUE))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.