maditr: Fast Data Aggregation, Modification, and Filtering with Pipes and 'data.table'

Package provides pipe-style interface for 'data.table'. It 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 'mtcars %>% take(mean(mpg), by = am)' for aggregation or 'mtcars %>% let(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.6.2
Depends: R (≥ 3.3.0)
Imports: data.table (≥ 1.11), magrittr (≥ 1.5)
Suggests: knitr, testthat
Published: 2019-06-09
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

Downloads:

Reference manual: maditr.pdf
Vignettes: maditr: Introduction
Package source: maditr_0.6.2.tar.gz
Windows binaries: r-devel: maditr_0.6.2.zip, r-release: maditr_0.6.2.zip, r-oldrel: maditr_0.6.2.zip
OS X binaries: r-release: maditr_0.6.2.tgz, r-oldrel: maditr_0.6.2.tgz
Old sources: maditr archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=maditr to link to this page.