tree: Print a Tree Representation of an Object of Nested Lists

Description Usage Arguments See Also

View source: R/nametree.R

Description

This function returns output similar to that of the command line tool tree, except rather than directory/file structure, we simply print the names of lists.

Usage

1
tree(x)

Arguments

x

A (named) list.

See Also

http://stackoverflow.com/questions/18122548/display-names-of-column-of-recursive-list-as-tree


Kmisc documentation built on May 29, 2017, 1:43 p.m.

Related to tree in Kmisc...