Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimhester/plyrtodplyr
https://github.com/jimhester/plyrtodplyr
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimhester/plyrtodplyr
- Owner: jimhester
- License: mit
- Created: 2014-05-22T12:11:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-22T14:33:52.000Z (over 10 years ago)
- Last Synced: 2024-06-11T18:19:47.879Z (6 months ago)
- Language: R
- Homepage: http://jimhester.github.io/plyrToDplyr/
- Size: 7.26 MB
- Stars: 20
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.gitmake
```