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

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

Getting started

Package details

AuthorGregory Demin [aut, cre]
MaintainerGregory Demin <gdemin@gmail.com>
LicenseGPL-2
Version0.8.3
URL https://github.com/gdemin/maditr
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("maditr")

Try the maditr package in your browser

Any scripts or data that you put into this service are public.

maditr documentation built on April 2, 2022, 5:05 p.m.