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. 'query_if' function translates its arguments one-to-one to '[.data.table' method. Additionally there are some conveniences such as automatic 'data.frame' conversion to 'data.table'.
Version: | 0.7.4 |
Depends: | R (≥ 3.3.0) |
Imports: | data.table (≥ 1.12.6), magrittr (≥ 1.5) |
Suggests: | knitr, tinytest, utils, rmarkdown |
Published: | 2020-07-29 |
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.7.4.tar.gz |
Windows binaries: | r-devel: maditr_0.7.4.zip, r-release: maditr_0.7.4.zip, r-oldrel: maditr_0.7.4.zip |
macOS binaries: | r-release: maditr_0.7.4.tgz, r-oldrel: maditr_0.7.4.tgz |
Old sources: | maditr archive |
Please use the canonical form https://CRAN.R-project.org/package=maditr to link to this page.