I can't believe I hadn't noticed this in the original PR: the two functions duplicate code and functionality, even though a tibble is, technically, a data.frame. @knapply , what do you think? Was there any particular reason for reimplementing rather than adapting the existing implementation?
I can't believe I hadn't noticed this in the original PR: the two functions duplicate code and functionality, even though a
tibbleis, technically, adata.frame. @knapply , what do you think? Was there any particular reason for reimplementing rather than adapting the existing implementation?