Ever wish your R pipelines talked back? 📣
logrittr adds a verbose pipe (%>=%) that logs what’s happening at every step—rows, columns, changes, and timing—without touching your dplyr code.
Great for debugging, teaching, or just understanding your data flow.

A Verbose Pipe Operator for Logging dplyr Pipelines
Provides the `%>=%` pipe operator that logs row counts, column counts, added/dropped columns, and timing at each step of a dplyr pipeline, inspired by the SAS DATA step log. Supports nested pipelines and configurable options for display width, number formatting, and language.








