Learn R Programming

This package contains a flexible framework for extending the pipe into a loop. This allows a basic strategy of focusing on a certain aspect of the data frame, make some changes, and then reincorporate these changes into the original data frame.

Install with install.packages("loopr") for stable version devtools::install_github("bramtayl/loopr") for bleeding edge version

See vignette for package details.

Copy Link

Version

Install

install.packages('loopr')

Monthly Downloads

20

Version

1.0.1

License

MIT + file LICENSE

Maintainer

Last Published

May 27th, 2015

Functions in loopr (1.0.1)

loopClass

An implementation of an loop
insert

Insert new information into a dataframe.
fillColumns

Fill variables with new information
amend

Amend a dataframe with new information
stackClass

An implementation of a stack
amendColumns

Amend variables with new information