CRAN/E | maditr

maditr

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

Installation

About

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

github.com/gdemin/maditr
Bug report File report

Key Metrics

Version 0.8.4
R ≥ 3.3.0
Published 2024-01-11 111 days ago
Needs compilation? no
License GPL-2
CRAN checks maditr results

Downloads

Yesterday 276 0%
Last 7 days 1.185 -17%
Last 30 days 5.966 +7%
Last 90 days 17.904 +11%
Last 365 days 69.283 -17%

Maintainer

Maintainer

Gregory Demin

gdemin@gmail.com

Authors

Gregory Demin

aut / cre

Material

NEWS
Reference manual
Package source

Vignettes

maditr: Introduction

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

maditr archive

Depends

R ≥ 3.3.0

Imports

data.table ≥ 1.12.6
magrittr ≥ 1.5

Suggests

knitr
tinytest
utils
rmarkdown
stats

Reverse Depends

expss

Reverse Imports

citationchaser

Reverse Suggests

tern.mmrm