#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.