maditr

From MaRDI portal
Software:46718



swMATH35009CRANmaditrMaRDI QIDQ46718

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

Gregory Demin

Last update: 11 January 2024

Copyright license: GNU General Public License, version 2.0

Software version identifier: 0.8.3, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.7.1, 0.7.3, 0.7.4, 0.8.1, 0.8.2, 0.8.4

Source code repository: https://github.com/cran/maditr

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'.




Related Items (2)


This page was built for software: maditr