Rdocumentation
powered by
Learn R Programming
grr (version 0.9.5)
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.
Copy Link
Link to current version
Version
Version
0.9.5
0.9.2
0.9.1
Install
install.packages('grr')
Monthly Downloads
2,697
Version
0.9.5
License
GPL-3
Maintainer
Craig Varrichio
Last Published
August 26th, 2016
Functions in grr (0.9.5)
Search all functions
order2
Ordering vectors
extract
Extract/return parts of objects
convertBase
Convert string representations of numbers in any base to any other base.
grr
Alternative Implementations of Base R Functions
sample2
A wrapper for
sample.int
and
extract
that makes it easy to quickly sample rows from any object, including Matrix and sparse matrix objects.
sort2
Sorting vectors