Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hadley/purrrlyr
- Owner: hadley
- License: gpl-3.0
- Created: 2017-03-05T20:30:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T13:53:18.000Z (over 2 years ago)
- Last Synced: 2024-10-30T22:08:42.131Z (about 1 month ago)
- Language: C++
- Size: 715 KB
- Stars: 103
- Watchers: 16
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hadley/purrrlyr - Tools at the intersection of purrr and dplyr (C++)
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.