lobstr

Visualize R Data Structures with Trees

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.

Tests Vignettes

Available Snapshots

This version of lobstr can be found in the following snapshots:

Dependencies

Imports/Depends/LinkingTo/Enhances (5)
  • R
  • crayon
  • prettyunits
  • rlang >= 1.0.0
  • cpp11 >= 0.4.2
  • Suggests (4)
  • covr
  • pillar
  • pkgdown
  • testthat >= 3.0.0
  • Version History