Releases: gdemin/maditr
Releases · gdemin/maditr
0.8.3
0.8.2
0.8.1
0.8.1 (2021-05-18)
- new function 'rows' for selecting rows/filtering dataset
- new function 'columns' for selecting columns
- 'columns' can be used inside expressions to select range of variables
- new functions 'to_long' and 'to_wide' for converting dataset to long form and vice versa
- remove
.res
variable from progress bar indicator in 'to_list' - bugfixes
0.7.4
0.7.3
0.7.1
0.7.1 (2020-04-27)
- 'dt_select' now can match variables by Perl-style regular expression, e. g. '^Petal' returns all variables which start with 'Petal'.
- new functions 'to_list', 'to_vec', 'to_df', 'to_dfc' for convenient lists processing. They have a little pythonic style interface: 'to_list(1:10, if(.x %% 2 == 0) .x)' will return only even numbers. For details see '?to_list'.
- new functions 'take_all' and 'let_all' for summarizing and aggregating multiple variables.
- bugfixes