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.

Copy Link

Version

Install

install.packages('purrrlyr')

Monthly Downloads

2,196

Version

0.0.2

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Hadley Wickham

Last Published

May 13th, 2017

Functions in purrrlyr (0.0.2)

slice_rows

Slice a data frame into groups of rows
dmap

Map over the columns of a data frame
%>%

Pipe operator
by_row

Apply a function to each row of a data frame
by_slice

Apply a function to slices of a data frame