dir_dendrogram: Directory Tree Dendrogram

View source: R/dir_dendrogram.R

dir_dendrogramR Documentation

Directory Tree Dendrogram

Description

This function takes a vector of directory structures and turns it into a dendrogram. The code is a variation of Tyler Rinker's StackOverflow post here: https://stackoverflow.com/questions/36094183/how-to-build-a-dendrogram-from-a-directory-tree Note that you can print everything by such as following: 'print(dir_dendrogram(list.dirs()), limit = 300)'

Usage

dir_dendrogram(path)

Arguments

path

List of directories to be converted to a dendrogram


sysilviakim/Kmisc documentation built on Jan. 28, 2023, 10:58 a.m.