Learn R Programming

⚠️There's a newer version (0.0.8) of this package.Take me there.

purrrlyr

purrrlyr contains some functions that lie at the intersection of purrr and dplyr. They have been removed from purrr in order to make the package lighter and because they have been replaced by other solutions in the tidyverse.

Please see Jenny Brian's webinar on row-oriented workflows for some alternative approaches.

Copy Link

Version

Install

install.packages('purrrlyr')

Monthly Downloads

3,953

Version

0.0.5

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Lionel Henry

Last Published

March 15th, 2019

Functions in purrrlyr (0.0.5)

by_row

Apply a function to each row of a data frame
dmap

Map over the columns of a data frame
by_slice

Apply a function to slices of a data frame
slice_rows

Slice a data frame into groups of rows
%>%

Pipe operator