Binary package “r-cran-magrittr” in ubuntu focal
GNU R forward-pipe operator
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.