Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jimhester/plyrtodplyr


https://github.com/jimhester/plyrtodplyr

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# PlyrToDplyr #

This is a simple repository showing parallel examples of functionally
equivalent [plyr](https://github/hadley/plyr) and
[dplyr](https://github.com/hadley/plyr) code. The examples used are from the
[plyr tutorial](http://plyr.had.co.nz/09-user/).

To recreate the page yourself simply clone this directory and run make.

```s
git clone https://github.com/jimhester/plyrToDplyr.git

make
```