dir.tree: Directory Tree

View source: R/dir.tree.R

dir.treeR Documentation

Directory Tree

Description

Show directory structure and files in a tree format.

Usage

dir.tree(path = ".")

Arguments

path

the directory to show.

See Also

dir is the underlying base function that returns directories and files as strings.

TAF-package gives an overview of the package.

Examples

## Not run: 
path <- system.file("examples", package="TAF")
dir.tree(path)
cbind(dir(recursive=TRUE, include.dirs=TRUE))

## End(Not run)


TAF documentation built on Nov. 5, 2025, 7:21 p.m.