/dplyrExtras

Some extra functionality that is not (yet) in dplyr, e.g. mutate_if or s_filter, s_arrange ,...

Primary LanguageR

dplyrExtras

Some extra functionality that is not yet included in dplyr:

To install in R, first install the package devtools from CRAN and then run

library(devtools);
install_github(repo="dplyrExtras", username="skranz")