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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of magrittr!