r-magrittr 2.0.3
Forward-pipe operator for R
Magrittr provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe."
- Website: https://cran.r-project.org/web/packages/magrittr/index.html
- Licenses: Expat
- Package source: gnu/packages/statistics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-magrittr 2.0.3
as follows:
guix install r-magrittr@2.0.3
Or install the latest version:
guix install r-magrittr
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.