maditr
0.8.7Fast Data Aggregation, Modification, and Filtering with Pipes and 'data.table'
Overview
Provides pipe-style interface for 'data.table'. Package preserves all 'data.table' features without significant impact on performance. 'let' and 'take' functions are simplified interfaces for most common data manipulation tasks. For example, you can write 'take(mtcars, mean(mpg), by = am)' for aggregation or 'let(mtcars, hp_wt = hp/wt, hp_wt_mpg = hp_wt/mpg)' for modification. Use 'take_if/let_if' for conditional aggregation/modification. Additionally there are some conveniences such as automatic 'data.frame' conversion to 'data.table'.
Install
Health
- OK2026-03-1014 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
Documentation
- Examples that run
- 100%
- Documented parameters
- 98%
- Return-value docs
- 93%
- References docs
- 0%
Downloads
Repository
Stars over time
Forks over time
Releases over time
Issues over time
PRs over time
Repository practices
3 development-tooling and community-health practices detected across 3 families in the upstream repository
Checks run against github.com/gdemin/maditr on 2026-07-30.
Dependencies
Code & Tests
People & History
17 releases. Pick two to compare their code metrics. R releases are shown for context.
- RR 4.6.0 released · 2026-04-24
- 0.8.7Latest
- 0.8.62025-08-30 · diff ↗
- RR 4.5.0 released · 2025-04-11
- 0.8.52024-11-11 · diff ↗
- RR 4.4.0 released · 2024-04-24
- 0.8.42024-01-11 · diff ↗
- RR 4.3.0 released · 2023-04-21
- RR 4.2.0 released · 2022-04-22
- 0.8.32022-04-02 · diff ↗
- 0.8.22021-05-25 · diff ↗
- 0.8.12021-05-18 · diff ↗
- RR 4.1.0 released · 2021-05-18
- 0.7.42020-07-29 · diff ↗
- 0.7.32020-07-22 · diff ↗
- 0.7.12020-04-27 · diff ↗
Package metadata
- First published
- 2018-05-05
- Total releases
- 17 / 8 yrs
- License
- GPL-2 OSI
- Minimum R
- ≥ 3.4.0
- Download size
- 284 KB
- Installed size
- not tracked yet
- With dependencies
- not tracked yet