|
- A Forward-Pipe Operator for R • magrittr
Also, no temporary variables are needed If yet another operation is required, it is straightforward to add to the sequence of operations wherever it may be needed If you are new to magrittr, the best place to start is the pipes chapter in R for data science
- Introducing magrittr
This vignette describes the main features of magrittr and demonstrates some features which have been added since the initial release
- magrittr - Ceci nest pas un pipe — magrittr-package
The magrittr package offers a set of operators which promote semantics that will improve your code by structuring sequences of data operations left-to-right (as opposed to from the inside and out),
- Aliases — extract • magrittr
magrittr provides a series of aliases which can be more pleasant to use when composing chains using the %>% operator
- Design tradeoffs • magrittr
There are many different ways that magrittr could implement the pipe The goal of this document is to elucidate the variations, and the various pros and cons of each approach
- Changelog • magrittr
The development version of magrittr has been advertised on social media for a 3 months trial period, and no major issues were reported However, there are some corner cases that might require updating your code
|
|
|