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.
| Version: | 0.2.3 | 
| Depends: | R (≥ 3.1.0) | 
| Suggests: | magrittr (≥ 1.5), pipeR (≥ 0.6.0.6), R6 (≥ 2.1.1), testthat (≥ 1.0.0), shiny (≥ 0.12.1), knitr (≥ 1.11), rstudioapi (≥ 0.7), rmarkdown | 
| Published: | 2018-06-26 | 
| Author: | Christopher Brown [aut, cre], Decision Patterns [cph] | 
| Maintainer: | Christopher Brown <chris.brown at decisionpatterns.com> | 
| BugReports: | https://github.com/decisionpatterns/backpipe/issues | 
| License: | GPL-2 | file LICENSE | 
| URL: | https://github.com/decisionpatterns/backpipe | 
| NeedsCompilation: | no | 
| Materials: | README NEWS | 
| CRAN checks: | backpipe results | 
| Reference manual: | backpipe.pdf | 
| Vignettes: | 
Backpipe Operations | 
| Package source: | backpipe_0.2.3.tar.gz | 
| Windows binaries: | r-devel: backpipe_0.2.3.zip, r-release: backpipe_0.2.3.zip, r-oldrel: backpipe_0.2.3.zip | 
| macOS binaries: | r-release (arm64): backpipe_0.2.3.tgz, r-oldrel (arm64): backpipe_0.2.3.tgz, r-release (x86_64): backpipe_0.2.3.tgz, r-oldrel (x86_64): backpipe_0.2.3.tgz | 
| Old sources: | backpipe archive | 
Please use the canonical form https://CRAN.R-project.org/package=backpipe to link to this page.