decisionpatterns/backpipe: Backward Pipe (Right-to-Left) Operator

Provides a backward-pipe operator for 'magrittr' (%<%) or 'pipeR' (%<<%) that allows for a performing operations from right-to-left. This allows writing more legible code where right-to-left ordering is natural. This is common with hierarchies and nested structures such as trees, directories or markup languages (e.g. HTML and XML). The package also includes a R-Studio add-in that can be bound to a keyboard shortcut.

Getting started

Package details

Maintainer
LicenseGPL-2 | file LICENSE
Version0.2.3
URL https://github.com/decisionpatterns/backpipe
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("decisionpatterns/backpipe")
decisionpatterns/backpipe documentation built on May 15, 2019, 1:55 a.m.