logrittr is a new R package introducing a custom pipe operator (%>=%) that adds verbose logging to dplyr pipelines. Unlike tidylog, which works by masking dplyr functions, logrittr uses its own pipe operator and never touches the dplyr namespace. At each pipeline step, it logs row counts, column counts, added/dropped columns,
Table of contents
MotivationMultiples contextsInstallationUsageRelated package: tidylog tidylogWorking with lumberjack lumberjackLimitationsTake another pipe for a spinSort: