This package browser is in early development. Mind the rough edges.

r-magrittr

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."

Installation

Install the latest version of r-magrittr as follows:

guix install r-magrittr

Or install a particular version:

guix install r-magrittr@2.0.3

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.