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'.
Version: | 0.8.4 |
Depends: | R (≥ 3.3.0) |
Imports: | data.table (≥ 1.12.6), magrittr (≥ 1.5) |
Suggests: | knitr, tinytest, utils, rmarkdown, stats |
Published: | 2024-01-11 |
DOI: | 10.32614/CRAN.package.maditr |
Author: | Gregory Demin [aut, cre] |
Maintainer: | Gregory Demin <gdemin at gmail.com> |
BugReports: | https://github.com/gdemin/maditr/issues |
License: | GPL-2 |
URL: | https://github.com/gdemin/maditr |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | maditr results |
Reference manual: | maditr.pdf |
Vignettes: |
maditr: Introduction |
Package source: | maditr_0.8.4.tar.gz |
Windows binaries: | r-devel: maditr_0.8.4.zip, r-release: maditr_0.8.4.zip, r-oldrel: maditr_0.8.4.zip |
macOS binaries: | r-release (arm64): maditr_0.8.4.tgz, r-oldrel (arm64): maditr_0.8.4.tgz, r-release (x86_64): maditr_0.8.4.tgz, r-oldrel (x86_64): maditr_0.8.4.tgz |
Old sources: | maditr archive |
Reverse depends: | expss |
Reverse imports: | citationchaser, pk.unit.trans |
Reverse suggests: | tern.mmrm |
Please use the canonical form https://CRAN.R-project.org/package=maditr to link to this page.