Package: logrittr 0.3.0

logrittr: 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.
Authors:
logrittr_0.3.0.tar.gz
logrittr_0.3.0.zip(r-4.7)logrittr_0.3.0.zip(r-4.6)logrittr_0.3.0.zip(r-4.5)
logrittr_0.3.0.tgz(r-4.6-any)logrittr_0.3.0.tgz(r-4.5-any)
logrittr_0.3.0.tar.gz(r-4.7-any)logrittr_0.3.0.tar.gz(r-4.6-any)
logrittr_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
logrittr/json (API)
| # Install 'logrittr' in R: |
| install.packages('logrittr', repos = c('https://guillaumepressiat.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/guillaumepressiat/logrittr/issues
Pkgdown/docs site:https://guillaumepressiat.github.io
Last updated from:7590c55071. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 146 | ||
| source / vignettes | OK | 203 | ||
| linux-release-x86_64 | OK | 137 | ||
| macos-release-arm64 | OK | 81 | ||
| macos-oldrel-arm64 | OK | 78 | ||
| windows-devel | OK | 70 | ||
| windows-release | OK | 83 | ||
| windows-oldrel | OK | 61 | ||
| wasm-release | OK | 108 |
Exports:%>=%logrittr_activatelogrittr_deactivatelogrittr_hooklogrittr_loggerlogrittr_options
Dependencies:cligluelifecyclemagrittrrlangstringistringrvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Logging pipe operator | %>=% pipe_log |
| Activate logrittr logging on the %>% pipe | logrittr_activate |
| Deactivate logrittr logging on the %>% pipe | logrittr_deactivate |
| knitr source hook for pipe logging | logrittr_hook |
| logrittr logger for lumberjack | logrittr_logger |
| Get or set logrittr global options | logrittr_options |
