rrapply icon indicating copy to clipboard operation
rrapply copied to clipboard

rrapply: revisiting base-R's rapply

Results 4 rrapply issues
Sort by recently updated
recently updated
newest added

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

enhancement

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...

question

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] ""...

bug

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...

documentation
enhancement