Package: magrittr 2.0.5.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.5.9000.tar.gz
magrittr_2.0.5.9000.zip(r-4.7)magrittr_2.0.5.9000.zip(r-4.6)magrittr_2.0.5.9000.zip(r-4.5)
magrittr_2.0.5.9000.tgz(r-4.6-x86_64)magrittr_2.0.5.9000.tgz(r-4.6-arm64)magrittr_2.0.5.9000.tgz(r-4.5-x86_64)magrittr_2.0.5.9000.tgz(r-4.5-arm64)
magrittr_2.0.5.9000.tar.gz(r-4.7-arm64)magrittr_2.0.5.9000.tar.gz(r-4.7-x86_64)magrittr_2.0.5.9000.tar.gz(r-4.6-arm64)magrittr_2.0.5.9000.tar.gz(r-4.6-x86_64)
magrittr_2.0.5.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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
Pkgdown/docs site:https://magrittr.tidyverse.org
Last updated from:73d66ee89c. Checks:10 OK, 3 NOTE. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 151 | ||
| linux-devel-x86_64 | OK | 110 | ||
| source / vignettes | OK | 171 | ||
| linux-release-arm64 | OK | 124 | ||
| linux-release-x86_64 | OK | 110 | ||
| macos-release-arm64 | OK | 84 | ||
| macos-release-x86_64 | OK | 221 | ||
| macos-oldrel-arm64 | NOTE | 97 | ||
| macos-oldrel-x86_64 | NOTE | 155 | ||
| windows-devel | OK | 83 | ||
| windows-release | OK | 76 | ||
| windows-oldrel | NOTE | 96 | ||
| wasm-release | OK | 98 |
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 |
