renkun-ken/pipeR: Multi-Paradigm Pipeline Implementation

Provides various styles of function chaining methods: Pipe operator, Pipe object, and pipeline function, each representing a distinct pipeline model yet sharing almost a common set of features: A value can be piped to the first unnamed argument of a function and to dot symbol in an enclosed expression. The syntax is designed to make the pipeline more readable and friendly to a wide range of operations.

Getting started

Package details

AuthorKun Ren <ken@renkun.me>
MaintainerKun Ren <ken@renkun.me>
LicenseMIT + file LICENSE
Version0.6.1.3
URL https://renkun.me/pipeR https://github.com/renkun-ken/pipeR https://renkun.me/pipeR-tutorial
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("renkun-ken/pipeR")
renkun-ken/pipeR documentation built on May 27, 2019, 4:55 a.m.