-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello! I would like to just say package is very cool and closely aligned with the vision I had for Unravel---to provide easy access/exploration of intermediates for tidyverse code. I would love to one day do it for any call (base or tidyverse) as you have done.
Let me know if I've missed it, but is there any way to gain access to list of intermediates instead of printing? It seems like boom()
is meant to be used for printing only since storing it in a variable doesn't work. I had this same dilemma with Unravel and decided to have a public function that would give you the list via get_chain_outputs()
.
The reason for this might be because sometimes you want to do more with the intermediates and printing can sometimes be hard to follow or noisy with the icons when there are a ton of nested calls.