Visualize R Data Structures with Trees
Display the abstract syntax tree
Call stack tree
lobstr: Visualize R Data Structures with Trees
How much memory is currently used by R?
Find memory location of objects and their children.
Calculate the size of an object.
Display tree of references
Inspect an object
Build element or node label in tree
Pretty tree-like object printing
A set of tools for inspecting and understanding R data structures inspired by str(). Includes ast() for visualizing abstract syntax trees, ref() for showing shared references, cst() for showing call stack trees, and obj_size() for computing object sizes.
Useful links