dir.tree: Directory Tree

View source: R/dir.tree.R

dir.treeR Documentation

Directory Tree

Description

Show directory structure and file contents in a tree format.

Usage

dir.tree(path = ".", style = "unix")

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)

## End(Not run)


ices-tools-prod/TAF documentation built on April 17, 2025, 2:02 p.m.