Hi!
Is there a way to create temporary objects(dataframes in this case) when your workflow involves a bunch of intermediate variables?
I'm summarising a lot of different small groups where all rely on different filter and case_when conditions, the outputs of which are 3x2 tibbles that I join with full_join. I could of course just assign all of them to random names, but I don't really need them after the join.
Thank you!