tree: Recursively Print out the Structure of a List

Description Usage Arguments Value References

View source: R/utils.R

Description

Recursively Print out the Structure of a List

Usage

1
2
tree(x = .GlobalEnv, limit = 5, class = TRUE, unclass = FALSE,
  compact = TRUE, rich = FALSE, all.names = FALSE)

Arguments

x

a list or environment

limit

recursive level limit

class

show class of object

unclass

expand list-like objects

compact

don't show unnamed elements

rich

show length & memory size of element

all.names

show hidden objects in an environment

Value

character string of the screen output

References

https://gist.github.com/iqis/926c189da89a32b9702c340c42401c67


psyphr-dev/psyphr.read documentation built on Dec. 3, 2019, 11:29 p.m.