maditr (Q46718)

From MaRDI portal
Fast Data Aggregation, Modification, and Filtering with Pipes and 'data.table'
Language Label Description Also known as
English
maditr
Fast Data Aggregation, Modification, and Filtering with Pipes and 'data.table'

    Statements

    0 references
    0 references
    0.8.3
    2 April 2022
    0 references
    0.5.0
    5 May 2018
    0 references
    0.5.1
    10 May 2018
    0 references
    0.5.2
    19 July 2018
    0 references
    0.6.0
    12 August 2018
    0 references
    0.6.1
    3 January 2019
    0 references
    0.6.2
    9 June 2019
    0 references
    0.6.3
    3 December 2019
    0 references
    0.7.1
    27 April 2020
    0 references
    0.7.3
    22 July 2020
    0 references
    0.7.4
    29 July 2020
    0 references
    0.8.1
    18 May 2021
    0 references
    0.8.2
    25 May 2021
    0 references
    0.8.4
    11 January 2024
    0 references
    0 references
    0 references
    11 January 2024
    0 references
    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'.
    0 references
    0 references