Skip to content

kschaef/itertools2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itertools2

The R package itertools2 is a port of Python's excellent itertools module to R for efficient looping and is a replacement for the existing itertools R package.

Installation

You can install the stable version on CRAN:

install.packages('itertools2', dependencies=TRUE)

If you prefer to download the latest version, instead type:

library(devtools)
install_github('ramhiser/itertools2')

About

itertools2: Functions creating iterators for efficient looping in R

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages