tree_: Generate a Windows Tree

Description Usage Arguments Examples

Description

Given a directory, generate a Windows based tree diagram.

Usage

1
2
tree_(path = ".", out = NULL, include.files = TRUE, additional = NULL,
  copy2clip = FALSE)

Arguments

path

A path to the directory.

out

An optional outfle (typically .txt) to print to.

include.files

logical. If TRUE files and drectories will be included.

additional

Additonal arguments passed to hrefhttps://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/tree.mspx?mfr=truetree.

copy2clip

logical. If TRUE attempts to copy to the clipboard.

Examples

1
2
3
4
## Not run: 
tree_()

## End(Not run)

trinker/rdir documentation built on May 31, 2019, 9:50 p.m.