rrapply
rrapply copied to clipboard
rrapply: revisiting base-R's rapply
I think it would be nice if there were an option in rrapply to do what tidyr::unnest_longer can do in the following case: ``` xx
I am working on making nested lists for visualisation in a tree map. For this, I was wondering if it would be possible using your package to insert new elements...
For partially named lists, `how = "names"` currently replaces the names of previously unnamed elements (not satisfying the `condition` argument) by blank (`""`) names: ```{r} x NULL y [1] ""...
When we have lists that have some sub-lists that are unnamed, the melt/unmelt process will introduce names to those originally unnamed sub-lists. I propose that this example be added to...