A bigger post than usual this time, but I wanted to cover as much of the background as I could...
https://jcarroll.com.au/2024/08/11/tidy-dataframes-but-not-tibbles/
{DFplyr} - use {dplyr} functions on an S4Vectors::DataFrame
Tidy DataFrames but not Tibbles
A while ago (2019 seems so long ago now) I started working on something I thought was interesting but which never really got any traction. It has potential once more, so it’s about time I wrote up what it does and why I think it’s a useful idea. I’m going to talk about using the {dplyr} package on some data with rows and columns, but we’re not talking about data.frames or tibbles…