Hello,
Thank you for the great package.
Currently, lobstr::tree() has a great deal of arguments that affect the appearance of the printed output.
I was wondering if these defaults could be managed on a session basis, perhaps using options()?
What makes tree really handy as an alternative over str is how quickly I can type the incantation, but going through the options each time and setting the values makes the process rather onerous...
In principle, I could write a wrapper, but that's not exactly portable...