dir.tree | R Documentation |
Show directory structure and file contents in a tree format.
dir.tree(path = ".", style = "unix")
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.