Functional Programming
Reverse a sorting function
Implementation of pure functional programming languages functions
Group vector values
Apply a function repeatedly
Transform a binary function with a unary function
Partition a vector in two
Sort with auxiliary function
Unique with auxiliary function
High-order functions for data manipulation : sort or group data, given one or more auxiliary functions. Functions are inspired by other pure functional programming languages ('Haskell' mainly). The package also provides built-in function operators for creating compact anonymous functions, as well as the possibility to use the 'purrr' package syntax.
Useful links