ftree: Display a Fancy File Tree

Description Usage Arguments Value

View source: R/ftree.R

Description

Outputs a formatted file tree structure in the console

Usage

1
ftree(path = NULL, files = TRUE, unicode = TRUE)

Arguments

path

character string specifying the file path to start the file tree. Defaults to NULL which displays the current working directoy.

files

Logical. TRUE shows individual files, FALSE will only show folders. Default is TRUE.

unicode

Show unicode emojis. Not sure how well this works across systems. Defaults to TRUE

Value

None


mps9506/ftree documentation built on Dec. 21, 2021, 10:01 p.m.