michaelquinn32/generators: Generators: Iterable functions

Generators are functions that contain a mutable internal state. Calls of the function modify that state, making the function iterable: repeated calls of the function return different values. When used correctly, generators offer an efficient solution to many computational problems. This package provides a grammar for working with these tools.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.1.0
URL https://github.com/michaelquinn32/generators
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("michaelquinn32/generators")
michaelquinn32/generators documentation built on May 22, 2019, 9:52 p.m.