Package: pipeR 0.6.1.3
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.
Authors:
pipeR_0.6.1.3.tar.gz
pipeR_0.6.1.3.zip(r-4.5)pipeR_0.6.1.3.zip(r-4.4)pipeR_0.6.1.3.zip(r-4.3)
pipeR_0.6.1.3.tgz(r-4.4-any)pipeR_0.6.1.3.tgz(r-4.3-any)
pipeR_0.6.1.3.tar.gz(r-4.5-noble)pipeR_0.6.1.3.tar.gz(r-4.4-noble)
pipeR_0.6.1.3.tgz(r-4.4-emscripten)pipeR_0.6.1.3.tgz(r-4.3-emscripten)
pipeR.pdf |pipeR.html✨
pipeR/json (API)
NEWS
# Install 'pipeR' in R: |
install.packages('pipeR', repos = c('https://renkun-ken.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/renkun-ken/piper/issues
Last updated 8 years agofrom:b62a360a84. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 04 2024 |
R-4.5-win | OK | Nov 04 2024 |
R-4.5-linux | OK | Nov 04 2024 |
R-4.4-win | OK | Nov 04 2024 |
R-4.4-mac | OK | Nov 04 2024 |
R-4.3-win | OK | Nov 04 2024 |
R-4.3-mac | OK | Nov 04 2024 |
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
The pipeR package | pipeR-package |
Pipe an object forward | %>>% |
Create a Pipe object that stores a value and allows command chaining with '$'. | Pipe |
Evaluate an expression pipeline | pipeline |