magrittr introduces the pipe operator (%>%) and related functional utilities into R. It underlies the powerful piped syntax widely adopted in tidyverse workflows by enabling left-hand argument passing and providing helpers like compound assignment pipes and exposition pipes.
Features
- Pipe operator %>% for chaining expressions
- Compound pipe %<>% for in-place assignment piping
- Tee pipe %T>% to perform side effects without disrupting pipeline
- Alias for exposition %$% to expose data frame columns
- Supports nested pipelines and clear code readability
- Minimal dependency, widely adopted in tidyverse ecosystem
Categories
Software DevelopmentLicense
MIT LicenseFollow magrittr
Other Useful Business Software
Earn up to 16% annual interest with Nexo.
Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of magrittr!