Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!