Grouping functions (tapply, by, aggregate) and the *apply family Whenever I want to do something “map”py in R, I usually try to use a function in the apply family. However, I’ve never quite understood the differences between them... April 14, 2022 0 Comments