collapse icon indicating copy to clipboard operation
collapse copied to clipboard

Feature request: print feedback

Open statzhero opened this issue 2 years ago • 2 comments

I'm sure this is no small ask but if you are looking for further features, may I suggest a feedback system for typical data manipulation. A great example for dplyr is the tidylog package.

statzhero avatar Jan 12 '22 02:01 statzhero

Thanks! I'm working on a major release which will be out by the end of this week. I like the idea of feedback and if I do joins (maybe for the next release), I will have them give feedback by default. For the rest of the functions, I don't think feedback will be implemented soon, but I'll keep it in mind.

SebKrantz avatar Jan 12 '22 08:01 SebKrantz

Cool – merging data is definitely the most critical use case.

statzhero avatar Jan 13 '22 03:01 statzhero

collapse provides verbosity for critical operations such as joins (and, optionally, for pivots using the check.dups argument to pivot). It also prints informative statistics below grouped/indexed data frames. I don't think further levels of verbosity will be implemented in the near future. So I will close this issue.

SebKrantz avatar Oct 31 '23 13:10 SebKrantz