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
Go From AI Idea to AI App Fast
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of magrittr!