Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renkun-ken/piper-tutorial
A tutorial for pipeR package
https://github.com/renkun-ken/piper-tutorial
Last synced: 27 days ago
JSON representation
A tutorial for pipeR package
- Host: GitHub
- URL: https://github.com/renkun-ken/piper-tutorial
- Owner: renkun-ken
- Created: 2014-09-09T23:59:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-06T01:36:32.000Z (over 9 years ago)
- Last Synced: 2023-10-20T22:48:39.605Z (about 1 year ago)
- Language: Shell
- Homepage: renkun.me/pipeR-tutorial
- Size: 4.07 MB
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pipeR Tutorial
#### by Kun Ren[pipeR](http://renkun.me/pipeR) is an R package that helps you better organize your code in pipeline built with `%>>%`, `Pipe()` or `pipeline()`, which is much easier to read, write, and maintain.
The package defines a set of syntax tailored for unified, intuitive piping experience. This allows you to write code like a streamline that is consistent with your logic and intuition.
This tutorial serves as a complete guide to using pipeR functionality to make your code concise yet highly readable and less of ambiguity.
Thanks [@timelyportfolio](https://github.com/timelyportfolio/) for the kind suggestions and contributions!