grr {grr} | R Documentation |
Alternative Implementations of Base R Functions
Description
Alternative implementations of some base R functions, including sort, order, and match. Functions are simplified but can be faster or have other advantages. See the documentation of individual functions for details and benchmarks.
Details
Note that these functions cannot be considered drop-in replacements for the functions in base R
.
They do not implement all the same parameters and do not work for all data types. Utilize these
with caution in specialized applications that require them.
[Package grr version 0.9.5 Index]