About Anaconda Help Download Anaconda

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

Click on a badge to see how to embed it in your web page
badge
https://anaconda.org/r_test/r-maditr/badges/version.svg
badge
https://anaconda.org/r_test/r-maditr/badges/latest_release_date.svg
badge
https://anaconda.org/r_test/r-maditr/badges/latest_release_relative_date.svg
badge
https://anaconda.org/r_test/r-maditr/badges/platforms.svg
badge
https://anaconda.org/r_test/r-maditr/badges/license.svg
badge
https://anaconda.org/r_test/r-maditr/badges/downloads.svg

© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.7) Legal | Privacy Policy