Package: magrittr 2.0.4.9000

Lionel Henry

magrittr: A Forward-Pipe Operator for R

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

Authors:Stefan Milton Bache [aut, cph], Hadley Wickham [aut], Lionel Henry [cre], Posit Software, PBC [cph, fnd]

magrittr_2.0.4.9000.tar.gz
magrittr_2.0.4.9000.zip(r-4.6)magrittr_2.0.4.9000.zip(r-4.5)magrittr_2.0.4.9000.zip(r-4.4)
magrittr_2.0.4.9000.tgz(r-4.6-x86_64)magrittr_2.0.4.9000.tgz(r-4.6-arm64)magrittr_2.0.4.9000.tgz(r-4.5-x86_64)magrittr_2.0.4.9000.tgz(r-4.5-arm64)
magrittr_2.0.4.9000.tar.gz(r-4.6-arm64)magrittr_2.0.4.9000.tar.gz(r-4.6-x86_64)magrittr_2.0.4.9000.tar.gz(r-4.5-arm64)magrittr_2.0.4.9000.tar.gz(r-4.5-x86_64)
magrittr_2.0.4.9000.tgz(r-4.5-emscripten)
magrittr.pdf |magrittr.html
magrittr/json (API)
NEWS

# Install 'magrittr' in R:
install.packages('magrittr', repos = c('https://tidyverse.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/tidyverse/magrittr/issues

Pkgdown/docs site:https://magrittr.tidyverse.org

On CRAN:

Conda:

pipe

21.92 score 965 stars 14k packages 87k scripts 2.7M downloads 107 mentions 42 exports 0 dependencies

Last updated from:d16aec9fd1. Checks:7 OK, 6 NOTE. Indexed: yes.

TargetResultTotal timeArtifactRaw Log
linux-devel-arm64OK104
linux-devel-x86_64OK107
source / vignettesOK129
linux-release-arm64OK98
linux-release-x86_64OK95
macos-devel-arm64NOTE89
macos-devel-x86_64NOTE160
macos-release-arm64NOTE83
macos-release-x86_64NOTE207
windows-develNOTE75
windows-releaseNOTE85
windows-oldrelOK86
wasm-releaseOK82

Exports:%!>%%<>%%>%%$%%T>%addanddebug_fseqdebug_pipedivide_bydivide_by_intequalsextractextract2freducefunctionsinsetinset2is_greater_thanis_inis_less_thanis_weakly_greater_thanis_weakly_less_thanmodmultiply_bymultiply_by_matrixn'est pasnotorpipe_eager_lexicalpipe_lazy_maskingpipe_nestedraise_to_powerset_attrset_attributesset_classset_colnamesset_namesset_rownamessubtractundebug_fsequse_series

Dependencies:

Design tradeoffs

Rendered fromtradeoffs.Rmdusingknitr::rmarkdownon Feb 14 2026.

Last update: 2020-11-03
Started: 2018-07-03

Introducing magrittr

Rendered frommagrittr.Rmdusingknitr::rmarkdownon Feb 14 2026.

Last update: 2020-11-12
Started: 2014-02-24

Readme and manuals

Help Manual

Help pageTopics
Extract function(s) from a functional sequence.[.fseq [[.fseq
Assignment pipe%<>%
Pipe%>%
Exposition pipe%$%
Tee pipe%T>%
Debugging function for functional sequences.debug_fseq undebug_fseq
Debugging function for magrittr pipelines.debug_pipe
Aliasesadd and divide_by divide_by_int equals extract extract2 inset inset2 is_greater_than is_in is_less_than is_weakly_greater_than is_weakly_less_than mod multiply_by multiply_by_matrix n'est pas not or raise_to_power set_attr set_attributes set_class set_colnames set_names set_rownames subtract use_series
FAQ: What is the gender of the pipe?faq-pipe-gender
Apply a list of functions sequentiallyfreduce
Extract the function list from a functional sequence.functions
Eager pipe%!>% pipe-eager
Print method for functional sequence.print.fseq