itertools2 {itertools2} | R Documentation |
itertools2: Functions creating iterators for efficient looping
Description
The R package itertools2
is a port of Python's excellent itertools
module https://docs.python.org/2/library/itertools.html to R for
efficient looping and is a replacement for the existing itertools R package
https://r-forge.r-project.org/projects/itertools/.
[Package itertools2 version 0.1.1 Index]