Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hadley/purrrlyr

Tools at the intersection of purrr and dplyr
https://github.com/hadley/purrrlyr

Last synced: 29 days ago
JSON representation

Tools at the intersection of purrr and dplyr

Awesome Lists containing this project

README

        

# purrrlyr

[![Lifecycle: superseded](https://img.shields.io/badge/lifecycle-superseded-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/purrrlyr)](https://cran.r-project.org/package=purrrlyr)
[![Codecov test coverage](https://codecov.io/gh/hadley/purrrlyr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/hadley/purrrlyr?branch=master)
[![R-CMD-check](https://github.com/hadley/purrrlyr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/hadley/purrrlyr/actions/workflows/R-CMD-check.yaml)

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](https://github.com/jennybc/row-oriented-workflows#readme)
for some alternative approaches.