Sometimes, when doing data wrangling, you need to apply functions not only on multiple columns, but also on multiple pairs of columns. This is what the {dplyover} package allows with its across2() and across2x() functions:
The creation of the {dplyover} began with this issue, which –at that time– recommended putting these features in an adjacent package.
{dplyover} has really saved me and my colleagues a huge amount of time. However, it is not on CRAN, some bugs [1, 2] have been found, enhancement in the {dplyr} package are not currently supported, and the last commit is 3 years old.
Do you think these really useful functions could be included in the {dplyr} package? Thanks!
Sometimes, when doing data wrangling, you need to apply functions not only on multiple columns, but also on multiple pairs of columns. This is what the
{dplyover}
package allows with itsacross2()
andacross2x()
functions:Created on 2024-07-17 with reprex v2.1.0
The creation of the
{dplyover}
began with this issue, which –at that time– recommended putting these features in an adjacent package.{dplyover}
has really saved me and my colleagues a huge amount of time. However, it is not on CRAN, some bugs [1, 2] have been found, enhancement in the{dplyr}
package are not currently supported, and the last commit is 3 years old.Do you think these really useful functions could be included in the
{dplyr}
package? Thanks!