Package: magrittr 2.0.3.9000
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:
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-x86_64)magrittr_2.0.3.9000.tgz(r-4.4-arm64)magrittr_2.0.3.9000.tgz(r-4.3-x86_64)magrittr_2.0.3.9000.tgz(r-4.3-arm64)
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://fastverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tidyverse/magrittr/issues
Last updated 2 years agofrom:21093d06e4. Checks:OK: 8 NOTE: 1. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win-x86_64 | NOTE | Nov 01 2024 |
R-4.5-linux-x86_64 | OK | Nov 01 2024 |
R-4.4-win-x86_64 | OK | Nov 01 2024 |
R-4.4-mac-x86_64 | OK | Nov 01 2024 |
R-4.4-mac-aarch64 | OK | Nov 01 2024 |
R-4.3-win-x86_64 | OK | Nov 01 2024 |
R-4.3-mac-x86_64 | OK | Nov 01 2024 |
R-4.3-mac-aarch64 | OK | Nov 01 2024 |
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:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
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 |
Aliases | add 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 sequentially | freduce |
Extract the function list from a functional sequence. | functions |
Eager pipe | %!>% pipe-eager |
Print method for functional sequence. | print.fseq |