Package: magrittr 2.0.3.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.3.9000.tar.gz
magrittr_2.0.3.9000.zip(r-4.5)magrittr_2.0.3.9000.zip(r-4.4)magrittr_2.0.3.9000.zip(r-4.3)
magrittr_2.0.3.9000.tgz(r-4.4-arm64)magrittr_2.0.3.9000.tgz(r-4.4-x86_64)magrittr_2.0.3.9000.tgz(r-4.3-arm64)magrittr_2.0.3.9000.tgz(r-4.3-x86_64)
magrittr_2.0.3.9000.tar.gz(r-4.5-noble)magrittr_2.0.3.9000.tar.gz(r-4.4-noble)
magrittr_2.0.3.9000.tgz(r-4.4-emscripten)magrittr_2.0.3.9000.tgz(r-4.3-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'))

Peer review:

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

On CRAN:

pipe

42 exports 954 stars 23.47 score 0 dependencies 22797 dependents 1.1M downloads

Last updated 1 years agofrom:21093d06e43649a72b865811188e77fc8ad87780

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 Jun 08 2024.

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

Introducing magrittr

Rendered frommagrittr.Rmdusingknitr::rmarkdownon Jun 08 2024.

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