Here are ten R functions that have saved me a lot of time over the years. 1. forcats::fct_reorder() The forcats package has a lot of great functions. The one I use the most is the fct_reorder() function. I have also seen David Robinson using it a lot in his YouTube videos (I recommend his videos […]