Package: backpipe 0.2.3

Christopher Brown

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.

Authors:Christopher Brown [aut, cre], Decision Patterns [cph]

backpipe_0.2.3.tar.gz
backpipe_0.2.3.zip(r-4.7)backpipe_0.2.3.zip(r-4.6)backpipe_0.2.3.zip(r-4.5)
backpipe_0.2.3.tgz(r-4.6-any)backpipe_0.2.3.tgz(r-4.5-any)
backpipe_0.2.3.tar.gz(r-4.7-any)backpipe_0.2.3.tar.gz(r-4.6-any)
backpipe_0.2.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
backpipe/json (API)
NEWS

# Install 'backpipe' in R:
install.packages('backpipe', repos = c('https://decisionpatterns.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/decisionpatterns/backpipe/issues

On CRAN:

Conda:

5.18 score 30 stars 3 scripts 236 downloads 3 exports 0 dependencies

Last updated from:fcaa40d34c. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK116
source / vignettesOK124
linux-release-x86_64OK137
macos-release-arm64OK96
macos-oldrel-arm64OK87
windows-develOK115
windows-releaseOK79
windows-oldrelOK75
wasm-releaseOK82

Exports:%<%backpipeinsert_backpipe

Dependencies:

Backpipe Operations

Rendered frombackpipe.Rmdusingknitr::rmarkdownon May 21 2026.

Last update: 2018-06-25
Started: 2015-09-03