R/itertools2.r

#' itertools2: Functions creating iterators for efficient looping
#'
#' The R package \code{itertools2} is a port of Python's excellent itertools
#' module \url{https://docs.python.org/2/library/itertools.html} to R for
#' efficient looping and is a replacement for the existing itertools R package
#' \url{https://r-forge.r-project.org/projects/itertools/}.
#'
#' @docType package
#' @name itertools2
#' @aliases itertools2 package-itertools2
NULL

Try the itertools2 package in your browser

Any scripts or data that you put into this service are public.

itertools2 documentation built on May 2, 2019, 3:37 p.m.