r-lib / lobstr

Understanding complex R objects with tools similar to str()
https://lobstr.r-lib.org/
Other
303 stars 27 forks source link

Also show objects that start with a dot for environments #53

Closed krlmlr closed 2 years ago

krlmlr commented 3 years ago

This also shows .__NAMESPACE__ for package environments, which may be large. On the other hand, I think this package should faithfully display the internal data of any object.

hadley commented 3 years ago

Yeah, this seems reasonable. Can you add a NEWS bullet please?