replyr has the following:
- Make "parametric treatment of variable names" easier through the
let
command.
- Package common data manipulation tasks into operators such as the
gapply
function.
- Provide "remote data" (SQL, Spark) replacements for functions commonly used on in-memory data frames.
- Provide bug-fixes and work-arounds for various data services.
- Collect and document clever dplyr tricks.
To learn more about replyr, please start with the vignette:
vignette('replyr','replyr')